summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-07-22 22:40:28 -0400
committerKyle Meyer <kyle@kyleam.com>2017-07-22 22:40:28 -0400
commitaa3f5611d3c3c993ab7e227e44b39c50f2b87ca7 (patch)
tree29afcc187d7e0a76a074ca9600c4fb1f46dd60e3
parentad483703a14365c8d9cf36bd4d1666f8e9abe561 (diff)
downloademacs.d-aa3f5611d3c3c993ab7e227e44b39c50f2b87ca7.tar.gz
yas: Add yasnippet-snippets collection
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
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) " ")