~flyspell bindings switch caps
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user