diff options
Diffstat (limited to '.emacs.d/snippets')
| -rw-r--r-- | .emacs.d/snippets/prog-mode/fixme | 2 | ||||
| -rw-r--r-- | .emacs.d/snippets/prog-mode/todo | 2 | ||||
| -rw-r--r-- | .emacs.d/snippets/prog-mode/xxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/snippets/prog-mode/fixme b/.emacs.d/snippets/prog-mode/fixme index 146db8b..df81c1d 100644 --- a/.emacs.d/snippets/prog-mode/fixme +++ b/.emacs.d/snippets/prog-mode/fixme | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | # key: fi | 3 | # key: fi |
| 4 | # condition: (not (eq major-mode 'sh-mode)) | 4 | # condition: (not (eq major-mode 'sh-mode)) |
| 5 | # -- | 5 | # -- |
| 6 | `(yas-with-comment "FIXME: ")` \ No newline at end of file | 6 | `comment-start`FIXME: $0`comment-end` \ No newline at end of file |
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 |
diff --git a/.emacs.d/snippets/prog-mode/xxx b/.emacs.d/snippets/prog-mode/xxx index 09df18b..85f0e6b 100644 --- a/.emacs.d/snippets/prog-mode/xxx +++ b/.emacs.d/snippets/prog-mode/xxx | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | # name: xxx | 2 | # name: xxx |
| 3 | # key: x | 3 | # key: x |
| 4 | # -- | 4 | # -- |
| 5 | `(yas-with-comment "XXX: ")` \ No newline at end of file | 5 | `comment-start`XXX: $0`comment-end` \ No newline at end of file |
