summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.el b/init.el
index c63f930..4829445 100644
--- a/init.el
+++ b/init.el
@@ -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))