yasnippet-snippets/prog-mode/todo
Noam Postavsky 192ccd14ba Split text snippets into prog and fundamental
None of the text-mode snippets were actually specific to text-mode;
fixme, todo, and xxx were for making comments, those were moved to
prog-mode. The rest are always useful, those were moved to
fundamental-mode. This allows deleting of many redundant .yas-parents
files which made text-mode a parent of various programming modes.
2014-05-31 17:19:06 -04:00

5 lines
No EOL
80 B
Text

# -*- mode: snippet -*-
# name: todo
# key: t
# --
`(yas-with-comment "TODO: ")`