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))