aboutsummaryrefslogtreecommitdiff
path: root/common/.config
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:31:49 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:31:49 -0600
commit5ce69762ba3468695c0571c50843d03f95b21676 (patch)
treedf14939b882c2ac947fad3ec8208b72bbf3d6895 /common/.config
parent2d61e1fcfdff0f65f23fdadb2699ee72878a0cb2 (diff)
system changes
Diffstat (limited to 'common/.config')
-rw-r--r--common/.config/emacs/init.el.org2
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