From ebb973a2ab71e3eb2a215660da8a87d17f13255d Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 5 Mar 2025 20:13:54 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 0b281eb..8cc671a 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -332,6 +332,8 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively. (use-package flycheck :config (add-hook 'after-init-hook #'global-flycheck-mode)) + (use-package flyspell + :defer t) (use-package flyspell-correct :hook (text-mode . flyspell-mode) -- cgit v1.2.3