summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/prog-mode/comment
diff options
context:
space:
mode:
authorSimeon Simeonov2016-09-06 07:39:30 +0200
committerSimeon Simeonov2016-09-06 07:39:30 +0200
commit6a3efe35bf8b20b0900dbbf7747b8b8d0d19bd04 (patch)
tree1d00039f67672be9e0f8abb48aaad663ab85a37b /.emacs.d/snippets/prog-mode/comment
parent991f8ff925f51fd5598db72885f8cca1a1a79bed (diff)
Upgrade ports
Diffstat (limited to '.emacs.d/snippets/prog-mode/comment')
-rw-r--r--.emacs.d/snippets/prog-mode/comment6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/prog-mode/comment b/.emacs.d/snippets/prog-mode/comment
new file mode 100644
index 0000000..edd53e9
--- /dev/null
+++ b/.emacs.d/snippets/prog-mode/comment
@@ -0,0 +1,6 @@
1# -*- mode: snippet -*-
2# contributor: sh-ow <sh-ow@users.noreply.github.com>
3# name: comment
4# key: co
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