diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 20:31:49 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 20:31:49 -0600 |
commit | 5ce69762ba3468695c0571c50843d03f95b21676 (patch) | |
tree | df14939b882c2ac947fad3ec8208b72bbf3d6895 /common/.config/emacs | |
parent | 2d61e1fcfdff0f65f23fdadb2699ee72878a0cb2 (diff) |
system changes
Diffstat (limited to 'common/.config/emacs')
-rw-r--r-- | common/.config/emacs/init.el.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index a68c35a..817284f 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -334,7 +334,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively. (add-hook 'after-init-hook #'global-flycheck-mode)) (require 'flyspell) - (add-hook text-mode-hook #'flyspell-mode) + (add-hook 'text-mode-hook #'flyspell-mode) (use-package flyspell-correct :after flyspell :bind |