summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-11-10 19:47:11 -0800
committerFranck Cuny <franck@fcuny.net>2023-11-10 19:47:11 -0800
commit777a239547e5615a69370e0068180b20d96c9139 (patch)
treeca2578b92e47391d37a16f47b7dead16d251fb4c
parentconfigure correctly eglot and yasnippets (diff)
downloademacs.d-777a239547e5615a69370e0068180b20d96c9139.tar.gz
load snippets
-rw-r--r--init.org4
1 files changed, 3 insertions, 1 deletions
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