summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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) " ")