diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 16c3c4c..dbc1c00 100644 --- a/init.el +++ b/init.el | |||
@@ -443,7 +443,8 @@ | |||
443 | 443 | ||
444 | (use-package flyspell-correct | 444 | (use-package flyspell-correct |
445 | :after flyspell | 445 | :after flyspell |
446 | :bind ("C-;" . flyspell-correct-wrapper)) | 446 | :bind (:map flyspell-mode-map |
447 | ("C-;" . flyspell-correct-wrapper))) | ||
447 | 448 | ||
448 | (setq-default show-paren-delay 0 | 449 | (setq-default show-paren-delay 0 |
449 | show-paren-style 'mixed | 450 | show-paren-style 'mixed |