aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:20:08 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:20:08 -0600
commitf817824daa142c9c61cc59a9718290c8d016632f (patch)
tree41b5c3fd603d86357d302f7fb0b5a6322cee5132
parenta50b2915eedf83e909e8cfa9c4bc45d622d7330d (diff)
system changes
-rw-r--r--common/.config/emacs/init.el.org3
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