Customize flyspell-correct

This commit is contained in:
Case Duckworth 2021-09-13 17:17:29 -05:00
parent 129017b948
commit 73d8c80feb
1 changed files with 2 additions and 0 deletions

View File

@ -1029,6 +1029,8 @@ specific to most general, they are these:
(:hook-into text-mode))
(setup (:straight flyspell-correct)
(:option flyspell-correct-interface #'flyspell-correct-completing-read
flyspell-correct--cr-key "`")
(:with-feature flyspell
(:hook (defun flyspell@correct ()
(:bind "C-;" #'flyspell-correct-wrapper)