system changes

This commit is contained in:
jjanzen 2025-03-15 09:27:59 -05:00
parent a62632b3ac
commit 72857f841a

View file

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