From 1f66bf201dded51f6a0d598a8e3df67887ebe523 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 16 Aug 2015 20:28:59 -0400 Subject: yas: Adjust for comment-start spacing --- lisp/init-yas.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/init-yas.el') diff --git a/lisp/init-yas.el b/lisp/init-yas.el index 33a52f8..52fb54b 100644 --- a/lisp/init-yas.el +++ b/lisp/init-yas.el @@ -9,6 +9,11 @@ (when (file-exists-p km/personal-snippets) (add-to-list 'yas-snippet-dirs km/personal-snippets)) +(defun km/yas-with-comment (str) + (concat comment-start + (unless (s-ends-with? " " comment-start) " ") + str comment-end)) + (define-key yas-minor-mode-map (kbd "C-c i") 'yas-expand) ;; Remove commands with 'C-c &' prefix, which conflicts with ;; `org-mark-ring-goto' binding' -- cgit v1.2.3