aboutsummaryrefslogtreecommitdiff
path: root/common/.config/emacs/init.el.org
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:29:37 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:29:37 -0600
commit32859db0ca5e6e64edaca3f8cbbaae4db25ff618 (patch)
tree3e61bc89ef8abfa5e24cbc9e38ed59f49747224f /common/.config/emacs/init.el.org
parent0b3fa45b0254acc36425b9210bca36bb246e1f38 (diff)
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r--common/.config/emacs/init.el.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 267f5e3..ffcd1b0 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -332,10 +332,10 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
(use-package flycheck
:config
(add-hook 'after-init-hook #'global-flycheck-mode))
+
+ (add-hook text-mode-hook #'flyspell-mode)
(use-package flyspell-correct
:after flyspell
- :hook
- (text-mode . flyspell-mode)
:bind
(:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))
#+end_src