diff --git a/README.org b/README.org index cfec1fd..b345076 100644 --- a/README.org +++ b/README.org @@ -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