Add bind for consult-flyspell
This commit is contained in:
parent
0eb0db5311
commit
dd4f0597ad
|
@ -118,14 +118,16 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
||||||
(flyspell-use-meta-tab nil))
|
(flyspell-use-meta-tab nil))
|
||||||
(use-package flyspell-correct
|
(use-package flyspell-correct
|
||||||
:ensure t
|
:ensure t
|
||||||
:after flyspell
|
|
||||||
:diminish
|
:diminish
|
||||||
|
:after flyspell
|
||||||
:bind ( :map flyspell-mode-map
|
:bind ( :map flyspell-mode-map
|
||||||
("C-;" . flyspell-correct-wrapper)))
|
("C-;" . flyspell-correct-wrapper)))
|
||||||
(use-package consult-flyspell
|
(use-package consult-flyspell
|
||||||
:ensure t
|
:ensure t
|
||||||
:diminish
|
:diminish
|
||||||
:after (consult flyspell)))
|
:after (consult flyspell)
|
||||||
|
:bind ( :map flyspell-mode-map
|
||||||
|
("C-c s ;" . consult-flyspell))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** ibuffer
|
** ibuffer
|
||||||
|
|
Loading…
Reference in a new issue