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