X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/8e7b3f4871395cee04cd50b50a2d7013c73ed210..5df344632add107633464336c536331eaec68953:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0dccfff..26259eb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -901,7 +901,7 @@ Make N (default: 1) copies of the current line or region." (defconst yas-verbosity-cur yas-verbosity) (setq yas-verbosity 2) (csetq yas-snippet-dirs `(,(b/etc "yasnippet/snippets"))) - (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t) + ;; (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t) (yas-reload-all) (setq yas-verbosity yas-verbosity-cur)