diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-15 09:29:11 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-15 09:29:11 -0500 |
commit | 676ec2e2e98929cc40022038bbc2c92fdcf0146f (patch) | |
tree | 877d099b9e18d40b16cab6f969202cfb3196bf74 /common/.config/emacs/init.el.org | |
parent | 72857f841a56b66c0c662d8ebd7b0821996e0915 (diff) |
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r-- | common/.config/emacs/init.el.org | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 8f70eb9..34a6f7e 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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 |