system changes

This commit is contained in:
jjanzen 2025-03-05 20:17:05 -06:00
parent 8566ac8524
commit a50b2915ee

View file

@ -332,7 +332,8 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
(use-package flycheck
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
(use-package flyspell)
(use-package flyspell
:elpaca nil)
(use-package flyspell-correct
:after flyspell
:hook