diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-11-04 23:04:02 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-11-04 23:04:02 -0400 |
commit | de1a0631db3eea47c9f66c8119f4226c6b4ead07 (patch) | |
tree | dcfd8ef89c47bac02ca3dfbaa3b7bd1222264b63 /snippets | |
parent | fb8fcaa08e14cc7b03dc1c676bdab59d010f0c34 (diff) | |
download | emacs.d-de1a0631db3eea47c9f66c8119f4226c6b4ead07.tar.gz |
snippets: Add priority TODO
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/text-mode/priority-todo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/text-mode/priority-todo b/snippets/text-mode/priority-todo new file mode 100644 index 0000000..2e5c50d --- /dev/null +++ b/snippets/text-mode/priority-todo @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: priority-todo +# key: cat +# -- +`(km/yas-with-comment "[#A] TODO: ")`
\ No newline at end of file |