system changes

This commit is contained in:
jjanzen 2025-03-05 20:13:54 -06:00
parent 42afa86c51
commit ebb973a2ab

View file

@ -332,6 +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
:defer t)
(use-package flyspell-correct
:hook
(text-mode . flyspell-mode)