From 676ec2e2e98929cc40022038bbc2c92fdcf0146f Mon Sep 17 00:00:00 2001 From: jjanzen Date: Sat, 15 Mar 2025 09:29:11 -0500 Subject: system changes --- common/.config/emacs/init.el.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common/.config/emacs') 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 -- cgit v1.2.3