<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Lets say I’m in an R file and I type “todo” + tab, the TODO bundle inserts this:</div><div><br></div><div># TODO</div><br><div>I want to be able to type “todoc” + tab, and have this inserted:</div><div><br></div><div># TODO code</div><div><br></div><div>Or, “todoe”+ tab, and have this inserted:</div><div><br></div><div><div># TODO edit</div></div><div><br></div><div>How can I edit the TODO bundle to be able to do this?</div><div><br></div><div>Thanks</div><div>Ross</div><div><br></div></body></html>