From 0b3fa45b0254acc36425b9210bca36bb246e1f38 Mon Sep 17 00:00:00 2001
From: jjanzen <jjanzen@jjanzen.ca>
Date: Wed, 5 Mar 2025 20:25:25 -0600
Subject: system changes

---
 common/.config/emacs/init.el.org | 1 +
 1 file changed, 1 insertion(+)

(limited to 'common')

diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 55f350b..267f5e3 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))
   (use-package flyspell-correct
+    :after flyspell
     :hook
     (text-mode . flyspell-mode)
     :bind
-- 
cgit v1.2.3