system changes

This commit is contained in:
jjanzen 2025-03-05 20:29:37 -06:00
parent 0b3fa45b02
commit 32859db0ca

View file

@ -332,10 +332,10 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
(use-package flycheck
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
(add-hook text-mode-hook #'flyspell-mode)
(use-package flyspell-correct
:after flyspell
:hook
(text-mode . flyspell-mode)
:bind
(:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))
#+end_src