summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-24 00:10:24 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-24 00:25:23 -0500
commit129e8b76165d3e6f58a7d04317a4bf63d8a6413d (patch)
treeb43db085359773231e56eddab5dd54638b09bd7a /init.el
parent02ad0032fc5d6c038fc800ec29b44c866b602b13 (diff)
downloademacs.d-129e8b76165d3e6f58a7d04317a4bf63d8a6413d.tar.gz
yasnippet: Don't add guix profile path
This location isn't used as of Guix's 2e9b7a207d (gnu: emacs-yasnippet-snippets: Resolve void function error, 2020-12-03) and explicitly adjusting yas-snippet-dirs is no longer needed.
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))