diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 20:01:16 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 20:01:16 -0600 |
commit | 4c4b945b35ea313e5a195d0d88c9cce930facc99 (patch) | |
tree | 60e373963d9eb05fc27f3dd80db82b54a15b3770 /common/.config/emacs | |
parent | 28ab602af1f195263d6588906327797a3357709c (diff) |
system changes
Diffstat (limited to 'common/.config/emacs')
-rw-r--r-- | common/.config/emacs/init.el.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 55f350b..267f5e3 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -333,6 +333,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively. :config (add-hook 'after-init-hook #'global-flycheck-mode)) (use-package flyspell-correct + :after flyspell :hook (text-mode . flyspell-mode) :bind |