diff options
Diffstat (limited to '.emacs.d/snippets/prog-mode/comment')
| -rw-r--r-- | .emacs.d/snippets/prog-mode/comment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/prog-mode/comment b/.emacs.d/snippets/prog-mode/comment index edd53e9..7ae2b8c 100644 --- a/.emacs.d/snippets/prog-mode/comment +++ b/.emacs.d/snippets/prog-mode/comment | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | # name: comment | 3 | # name: comment |
| 4 | # key: co | 4 | # key: co |
| 5 | # -- | 5 | # -- |
| 6 | ${1:$(yas-trimmed-comment-start)} ${1:comment}${1:$(unless (eq (length comment-end) 0) (concat " " (yas-trimmed-comment-end)))}$0 \ No newline at end of file | 6 | `(yas-trimmed-comment-start)` ${1:comment}`(unless (eq (length comment-end) 0) (concat " " (yas-trimmed-comment-end)))`$0 \ No newline at end of file |
