Add bind for consult-flyspell

This commit is contained in:
Evie Litherland-Smith 2024-01-10 15:40:09 +00:00
parent 0eb0db5311
commit dd4f0597ad

View file

@ -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