system changes

This commit is contained in:
jjanzen 2025-03-05 20:03:54 -06:00
parent 4c4b945b35
commit 7dae7e0497

View file

@ -332,6 +332,7 @@ 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-correct
:after flyspell
:hook