diff options
| author | Simeon Simeonov | 2018-03-19 10:08:28 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-19 10:08:28 +0100 |
| commit | 56e823ecbecf1b3bc7b485dc7acb268735d21d8e (patch) | |
| tree | 90ffabbf1fc1a4b02b2c246de164cb31a27dbcb6 /.emacs.d/snippets/prog-mode/fixme | |
| parent | eeee6220a7d0fcd8cfa9be2381ed95dca96350b6 (diff) | |
Update yasnippet. Update snippets in prog-mode
Diffstat (limited to '.emacs.d/snippets/prog-mode/fixme')
| -rw-r--r-- | .emacs.d/snippets/prog-mode/fixme | 2 |
1 files changed, 1 insertions, 1 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 |
