summaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-11-04 23:04:02 -0400
committerKyle Meyer <kyle@kyleam.com>2016-11-04 23:04:02 -0400
commitde1a0631db3eea47c9f66c8119f4226c6b4ead07 (patch)
treedcfd8ef89c47bac02ca3dfbaa3b7bd1222264b63 /snippets
parentfb8fcaa08e14cc7b03dc1c676bdab59d010f0c34 (diff)
downloademacs.d-de1a0631db3eea47c9f66c8119f4226c6b4ead07.tar.gz
snippets: Add priority TODO
Diffstat (limited to 'snippets')
-rw-r--r--snippets/text-mode/priority-todo5
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