From d3b08aeb5298a8a1b52359733d849eb8516efe51 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 4 Mar 2021 09:15:13 -0600 Subject: Add flyspell-correct-mapper bind to flyspell-mode-map This should fix the issue from a few commits ago. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 16c3c4c..dbc1c00 100644 --- a/init.el +++ b/init.el @@ -443,7 +443,8 @@ (use-package flyspell-correct :after flyspell - :bind ("C-;" . flyspell-correct-wrapper)) + :bind (:map flyspell-mode-map + ("C-;" . flyspell-correct-wrapper))) (setq-default show-paren-delay 0 show-paren-style 'mixed -- cgit 1.4.1-21-gabe81