diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-24 00:10:24 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-24 00:25:23 -0500 |
commit | 129e8b76165d3e6f58a7d04317a4bf63d8a6413d (patch) | |
tree | b43db085359773231e56eddab5dd54638b09bd7a | |
parent | 02ad0032fc5d6c038fc800ec29b44c866b602b13 (diff) | |
download | emacs.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.
-rw-r--r-- | init.el | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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)) |