summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/prog-mode/comment
diff options
context:
space:
mode:
authorSimeon Simeonov2017-03-28 09:35:03 +0200
committerSimeon Simeonov2017-03-28 09:35:03 +0200
commit15c068e1cff03f81f63b85159437e162660c0760 (patch)
tree938b12468601084423e494272a859bb47110023c /.emacs.d/snippets/prog-mode/comment
parent380ef3e4b3907c5f4a203947f38bebe4c0498c4c (diff)
Update snippets and yasnippet
Diffstat (limited to '.emacs.d/snippets/prog-mode/comment')
-rw-r--r--.emacs.d/snippets/prog-mode/comment2
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