diff options
author | Case Duckworth | 2021-09-13 17:17:29 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-13 17:17:29 -0500 |
commit | 73d8c80feb5dc388ef42579dd47bb1dd7e7693c1 (patch) | |
tree | 622c6008728daf3bdfe4a46a2477297dc12ff892 | |
parent | Change tilderadio url (diff) | |
download | emacs-73d8c80feb5dc388ef42579dd47bb1dd7e7693c1.tar.gz emacs-73d8c80feb5dc388ef42579dd47bb1dd7e7693c1.zip |
Customize flyspell-correct
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 8fb3817..f3ec817 100644 --- a/init.el +++ b/init.el | |||
@@ -1029,6 +1029,8 @@ specific to most general, they are these: | |||
1029 | (:hook-into text-mode)) | 1029 | (:hook-into text-mode)) |
1030 | 1030 | ||
1031 | (setup (:straight flyspell-correct) | 1031 | (setup (:straight flyspell-correct) |
1032 | (:option flyspell-correct-interface #'flyspell-correct-completing-read | ||
1033 | flyspell-correct--cr-key "`") | ||
1032 | (:with-feature flyspell | 1034 | (:with-feature flyspell |
1033 | (:hook (defun flyspell@correct () | 1035 | (:hook (defun flyspell@correct () |
1034 | (:bind "C-;" #'flyspell-correct-wrapper) | 1036 | (:bind "C-;" #'flyspell-correct-wrapper) |