diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1312,10 +1312,6 @@ (global-set-key (kbd "C-c i") nil) (setq yas-fallback-behavior nil) - (add-to-list 'yas-snippet-dirs - "~/.guix-profile/share/emacs/yasnippet-snippets/" - 'append) - (defun km/yas-with-comment (str) (concat comment-start (and (not (string-suffix-p " " comment-start)) |