system changes

This commit is contained in:
jjanzen 2025-03-15 09:29:11 -05:00
parent 72857f841a
commit 676ec2e2e9

View file

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