system changes

This commit is contained in:
jjanzen 2025-03-05 20:01:16 -06:00
parent 28ab602af1
commit 4c4b945b35

View file

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