[Emacs] Make dictionary change possible with flyspell hydra
This commit is contained in:
parent
8656b7c982
commit
65ad09cc64
@ -6011,11 +6011,12 @@ Spell Commands^^ Add To Dictionary^^ Other
|
|||||||
[_d_] change dictionary [_S_] add word to dict (session) [_Q_] exit and disable spell check
|
[_d_] change dictionary [_S_] add word to dict (session) [_Q_] exit and disable spell check
|
||||||
[_n_] next error
|
[_n_] next error
|
||||||
[_c_] correct before point
|
[_c_] correct before point
|
||||||
[_s_] correct at point"
|
[_s_] correct at point
|
||||||
|
"
|
||||||
("B" nil)
|
("B" nil)
|
||||||
("b" flyspell-buffer)
|
("b" flyspell-buffer)
|
||||||
("r" flyspell-region)
|
("r" flyspell-region)
|
||||||
("d" nil)
|
("d" ispell-change-dictionary)
|
||||||
("G" nil)
|
("G" nil)
|
||||||
("n" flyspell-goto-next-error)
|
("n" flyspell-goto-next-error)
|
||||||
("c" flyspell-correct-wrapper)
|
("c" flyspell-correct-wrapper)
|
||||||
|
Loading…
Reference in New Issue
Block a user