From 7f46d1cc0e311c70f26f26c2bd49b74ef3edad0f Mon Sep 17 00:00:00 2001
From: jjanzen <jjanzen@jjanzen.ca>
Date: Wed, 8 Jan 2025 18:56:09 -0600
Subject: system changes

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

(limited to 'common')

diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index c43fada..e2326e6 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -288,7 +288,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
     :hook
     (text-mode . flyspell-mode)
     :bind
-    (:map flyspell-mode-map ("C-;" . flyspell-correct-word)))
+    (:map flyspell-mode-map ("C-;" . flyspell-correct-wrapper)))
 #+end_src
 
 Install =yasnippet= for managing snippets and =yasnippet-snippets= for a collection of useful snippets.
-- 
cgit v1.2.3