diff options
Diffstat (limited to 'common/.config/emacs/init.el.org')
-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 |