~ruther/emacs.d

3cfc8028a3689486fbc1fe1375173d3b452f2fee — Rutherther a month ago 00768dc
fix: yasnippet correct snippets dir

yasnippet is not loaded at this point yet...
1 files changed, 1 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +1 -1
@@ 1211,7 1211,7 @@
(my-use-package yasnippet
  :ensure t
  :custom
  (yas-snippet-dirs `(,yas--default-user-snippets-dir))
  (yas-snippet-dirs `(,(locate-user-emacs-file "snippets")))
  :config
  (yas-global-mode))