diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 20:20:08 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-05 20:20:08 -0600 |
commit | f817824daa142c9c61cc59a9718290c8d016632f (patch) | |
tree | 41b5c3fd603d86357d302f7fb0b5a6322cee5132 /common/.config/emacs/init.el.org | |
parent | a50b2915eedf83e909e8cfa9c4bc45d622d7330d (diff) |
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r-- | common/.config/emacs/init.el.org | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 36f409b..55f350b 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -332,10 +332,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively. (use-package flycheck :config (add-hook 'after-init-hook #'global-flycheck-mode)) - (use-package flyspell - :elpaca nil) (use-package flyspell-correct - :after flyspell :hook (text-mode . flyspell-mode) :bind |