consult-flyspell: check buffer when called

This commit is contained in:
Evie Litherland-Smith 2024-01-10 15:48:34 +00:00
parent dd4f0597ad
commit 85c8c05615

View file

@ -127,7 +127,9 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
:diminish :diminish
:after (consult flyspell) :after (consult flyspell)
:bind ( :map flyspell-mode-map :bind ( :map flyspell-mode-map
("C-c s ;" . consult-flyspell)))) ("C-c s ;" . consult-flyspell))
:config
(setq consult-flyspell-always-check-buffer t)))
#+end_src #+end_src
** ibuffer ** ibuffer