my-emacs-d/elpa/yasnippet-20161022.646/snippets/prog-mode/.yas-setup.el
2016-10-24 08:30:06 +02:00

3 lines
81 B
EmacsLisp

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