my-emacs-d/elpa/yasnippet-20160924.2001/snippets/prog-mode/.yas-setup.el
2016-10-20 10:27:10 +02:00

3 lines
81 B
EmacsLisp

(defun yas-with-comment (str)
(format "%s%s%s" comment-start str comment-end))