From 7af73db03b5e31358bab1292d88fb64ffe6a381b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 19 Dec 2022 22:37:48 -0500 Subject: [PATCH] Fix yasnippet directory config --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b7a6cc9..3fffaaf 100644 --- a/init.el +++ b/init.el @@ -1362,7 +1362,7 @@ DOCSTRING is an optional form that is discarded upon expansion." :custom (yas-also-indent-empty-lines t "Indent lines in expanded templates even if empty") (yas-also-auto-indent-first-line t "Always indent first line in expanded templates") - (yas-snippet-dirs user/yasnippet-directory "Set snippet files location") + (yas-snippet-dirs '(user/yasnippet-directory) "Set snippet files location") :hook (prog-mode-hook . yas-minor-mode) (text-mode-hook . yas-minor-mode)