From 2cb5c21b0e9332604d561b87dba1918a795dfb34 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 4 Mar 2021 09:07:36 -0600 Subject: Load flyspell-correct after flyspell The binding still isn't working for some reason, however. I'm not sure what the reason might be. I suppose I ought to macroexpand it. --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index a37c715..e504fd5 100644 --- a/init.el +++ b/init.el @@ -345,6 +345,7 @@ ;; Theming (use-package form-feed + :demand :config (global-form-feed-mode +1)) (use-package modus-themes @@ -441,6 +442,7 @@ (write-region "" nil ispell-personal-dictionary nil 0))) (use-package flyspell-correct + :after flyspell :bind ("C-;" . flyspell-correct-wrapper)) (setq-default show-paren-delay 0 -- cgit 1.4.1-21-gabe81