From 15c068e1cff03f81f63b85159437e162660c0760 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 28 Mar 2017 09:35:03 +0200 Subject: Update snippets and yasnippet --- .emacs.d/snippets/prog-mode/comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/snippets/prog-mode/comment') 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 @@ # name: comment # key: co # -- -${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 +`(yas-trimmed-comment-start)` ${1:comment}`(unless (eq (length comment-end) 0) (concat " " (yas-trimmed-comment-end)))`$0 \ No newline at end of file -- cgit v1.3