summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/prog-mode/todo
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-19 10:08:28 +0100
committerSimeon Simeonov2018-03-19 10:08:28 +0100
commit56e823ecbecf1b3bc7b485dc7acb268735d21d8e (patch)
tree90ffabbf1fc1a4b02b2c246de164cb31a27dbcb6 /.emacs.d/snippets/prog-mode/todo
parenteeee6220a7d0fcd8cfa9be2381ed95dca96350b6 (diff)
Update yasnippet. Update snippets in prog-mode
Diffstat (limited to '.emacs.d/snippets/prog-mode/todo')
-rw-r--r--.emacs.d/snippets/prog-mode/todo2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/prog-mode/todo b/.emacs.d/snippets/prog-mode/todo
index 973151f..79484e7 100644
--- a/.emacs.d/snippets/prog-mode/todo
+++ b/.emacs.d/snippets/prog-mode/todo
@@ -2,4 +2,4 @@
2# name: todo 2# name: todo
3# key: t 3# key: t
4# -- 4# --
5`(yas-with-comment "TODO: ")` \ No newline at end of file 5`comment-start`TODO: $0`comment-end` \ No newline at end of file