minor changes to yas

This commit is contained in:
Ghostie 2025-06-27 18:13:27 -04:00
parent 22c81f3691
commit ebc2b523bf

View File

@ -27,7 +27,9 @@
;; yasnippet ;; yasnippet
(use-package yasnippet (use-package yasnippet
:config :config
(yas-global-mode)) (yas-global-mode 1)
(yas-reload-all)
:hook ((prog-mode text-mode org-mode) . yas-minor-mode))
(use-package yasnippet-snippets (use-package yasnippet-snippets
:after yasnippet) :after yasnippet)