aboutsummaryrefslogtreecommitdiff
path: root/common/.config
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:03:54 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:03:54 -0600
commit7dae7e04976af9042c39fa5c28c7d8344776a178 (patch)
treee60d6217131dab6bad75a5b72ff31621837eabde /common/.config
parent4c4b945b35ea313e5a195d0d88c9cce930facc99 (diff)
system changes
Diffstat (limited to 'common/.config')
-rw-r--r--common/.config/emacs/init.el.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 267f5e3..b5db39a 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -332,6 +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)
(use-package flyspell-correct
:after flyspell
:hook