Moving back to elpaca, again

This commit is contained in:
Zelong Kuang
2026-04-02 19:21:30 +11:00
parent abaeeb6486
commit f2ec25c9d9
27 changed files with 247 additions and 258 deletions

View File

@@ -3,13 +3,12 @@
;; Yasnippet settings
(use-package yasnippet
:diminish
:hook (after-init . yas-global-mode)
:hook ((LaTeX-mode . yas-minor-mode)
(post-self-insert . my/yas-try-expanding-auto-snippets))
:hook (elpaca-after-init . yas-global-mode)
:hook ((post-self-insert . my/yas-try-expanding-auto-snippets))
:config
(elemacs-load-packages-incrementally '(eldoc easymenu help-mode))
(use-package warnings
:straight nil
:ensure nil
:config
(cl-pushnew '(yasnippet backquote-change)
warning-suppress-types
@@ -28,7 +27,7 @@
(yas-expand)))))
;; Collection of yasnippet snippets
;; (use-package yasnippet-snippets)
(use-package yasnippet-snippets)