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))
|
||||
(use-package flyspell-correct
|
||||
:ensure t
|
||||
:after flyspell
|
||||
:diminish
|
||||
:after flyspell
|
||||
:bind ( :map flyspell-mode-map
|
||||
("C-;" . flyspell-correct-wrapper)))
|
||||
(use-package consult-flyspell
|
||||
:ensure t
|
||||
:diminish
|
||||
:after (consult flyspell)))
|
||||
:after (consult flyspell)
|
||||
:bind ( :map flyspell-mode-map
|
||||
("C-c s ;" . consult-flyspell))))
|
||||
#+end_src
|
||||
|
||||
** ibuffer
|
||||
|
|
Loading…
Reference in a new issue