aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:13:54 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:13:54 -0600
commitebb973a2ab71e3eb2a215660da8a87d17f13255d (patch)
treebd2ce534a7e529fc9949668501a647065782e438 /common
parent42afa86c51d53e5bd365df7a96424996bda12ae2 (diff)
system changes
Diffstat (limited to 'common')
-rw-r--r--common/.config/emacs/init.el.org2
1 files changed, 2 insertions, 0 deletions
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)