From aa3f5611d3c3c993ab7e227e44b39c50f2b87ca7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 22 Jul 2017 22:40:28 -0400 Subject: yas: Add yasnippet-snippets collection --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 132fe0c..90cdfdd 100644 --- a/init.el +++ b/init.el @@ -1409,6 +1409,10 @@ (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 (unless (s-ends-with? " " comment-start) " ") -- cgit v1.2.3