aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:25:25 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:25:25 -0600
commit0b3fa45b0254acc36425b9210bca36bb246e1f38 (patch)
tree60e373963d9eb05fc27f3dd80db82b54a15b3770
parentf817824daa142c9c61cc59a9718290c8d016632f (diff)
system changes
-rw-r--r--common/.config/emacs/init.el.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 55f350b..267f5e3 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -333,6 +333,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
(use-package flyspell-correct
+ :after flyspell
:hook
(text-mode . flyspell-mode)
:bind