From 599bb6c1c689d9430915929f9ab2a4012167b244 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Apr 2022 13:06:07 -0700 Subject: emacs: where to save state --- emacs/custom/my-prog.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/custom/my-prog.el') diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el index ae3202b..f512a78 100644 --- a/emacs/custom/my-prog.el +++ b/emacs/custom/my-prog.el @@ -37,6 +37,8 @@ :ensure t :hook ((prog-mode org-mode dap-ui-repl-mode conf-mode) . yas-minor-mode) + :init + (setq yas-snippet-dirs (list (expand-file-name "etc/snippets" user-emacs-directory))) :config (yas-reload-all)) -- cgit v1.2.3