From 5ce69762ba3468695c0571c50843d03f95b21676 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 5 Mar 2025 20:31:49 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/.config/emacs') 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 -- cgit v1.2.3