system changes

This commit is contained in:
jjanzen 2025-03-05 20:20:08 -06:00
parent a50b2915ee
commit f817824daa

View file

@ -332,10 +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
:elpaca nil)
(use-package flyspell-correct
:after flyspell
:hook
(text-mode . flyspell-mode)
:bind