aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-15 09:29:11 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-15 09:29:11 -0500
commit676ec2e2e98929cc40022038bbc2c92fdcf0146f (patch)
tree877d099b9e18d40b16cab6f969202cfb3196bf74
parent72857f841a56b66c0c662d8ebd7b0821996e0915 (diff)
system changes
-rw-r--r--common/.config/emacs/init.el.org5
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