~flyspell bindings switch caps

This commit is contained in:
2020-08-15 11:19:58 +01:00
parent cf6f530506
commit c8d0e80cb5

View File

@@ -768,8 +768,8 @@ corrections to real words) to use ivy.
(general-def (general-def
:states '(normal insert) :states '(normal insert)
:map flyspell-mode-map :map flyspell-mode-map
"M-A" #'flyspell-correct-at-point "M-a" #'flyspell-correct-at-point
"M-a" #'ispell-word)) "M-A" #'ispell-word))
#+END_SRC #+END_SRC
** Set auto-fill-mode for all text-modes ** Set auto-fill-mode for all text-modes
Auto fill mode is nice for most text modes, 80 char limit is great. Auto fill mode is nice for most text modes, 80 char limit is great.