diff options
author | Franck Cuny <franck@fcuny.net> | 2023-11-10 19:47:11 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-11-10 19:47:11 -0800 |
commit | 777a239547e5615a69370e0068180b20d96c9139 (patch) | |
tree | ca2578b92e47391d37a16f47b7dead16d251fb4c | |
parent | configure correctly eglot and yasnippets (diff) | |
download | emacs.d-777a239547e5615a69370e0068180b20d96c9139.tar.gz |
load snippets
-rw-r--r-- | init.org | 4 |
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 |