system changes

This commit is contained in:
jjanzen 2025-03-15 08:57:52 -05:00
parent 0b61f86ab9
commit a62632b3ac

View file

@ -458,8 +458,8 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
(require 'flyspell)
(add-hook 'text-mode-hook #'flyspell-mode)
(eval-after-load "flyspell" '(add-hook 'text-mode-hook #'flyspell-mode))
(use-package flyspell-correct
:after flyspell
:bind