unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/prog-mode/.yas-setup.el

3 lines
81 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
(defun yas-with-comment (str)
(format "%s%s%s" comment-start str comment-end))