From 129e8b76165d3e6f58a7d04317a4bf63d8a6413d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 24 Dec 2020 00:10:24 -0500 Subject: 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. --- init.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'init.el') 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)) -- cgit v1.2.3