From 777a239547e5615a69370e0068180b20d96c9139 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 10 Nov 2023 19:47:11 -0800 Subject: load snippets --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 6b9cc3a..7b29342 100644 --- a/init.org +++ b/init.org @@ -449,7 +449,9 @@ Corfu enhances in-buffer completion with a small completion popup. :ensure t :defer t :diminish - :hook ((prog-mode . yas-minor-mode))) + :hook ((prog-mode . yas-minor-mode)) + :config + (yas-reload-all)) #+end_src ** dired -- cgit 1.4.1