From 3cfc8028a3689486fbc1fe1375173d3b452f2fee Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 29 Aug 2025 19:05:28 +0200 Subject: [PATCH] fix: yasnippet correct snippets dir yasnippet is not loaded at this point yet... --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 40ce5f9853831247fb010b0c54cc00e6d32f2046..af6a6da88b5108b56e6b3a7a793546a18c544ee1 100644 --- a/init.el +++ b/init.el @@ -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))