aboutsummaryrefslogtreecommitdiff
path: root/common/.config
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:17:05 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-03-05 20:17:05 -0600
commita50b2915eedf83e909e8cfa9c4bc45d622d7330d (patch)
treeeab8ff562d3823db975e6646d1da5b54842a7dc2 /common/.config
parent8566ac8524328a49e12cdee60d466f7372e0157d (diff)
system changes
Diffstat (limited to 'common/.config')
-rw-r--r--common/.config/emacs/init.el.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index b5db39a..36f409b 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -332,7 +332,8 @@ 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
+ :elpaca nil)
(use-package flyspell-correct
:after flyspell
:hook