Add flyspell-correct-mapper bind to flyspell-mode-map

This should fix the issue from a few commits ago.
This commit is contained in:
Case Duckworth 2021-03-04 09:15:13 -06:00
parent 99aedfe812
commit d3b08aeb52
1 changed files with 2 additions and 1 deletions

View File

@ -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