summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-13 17:17:29 -0500
committerCase Duckworth2021-09-13 17:17:29 -0500
commit73d8c80feb5dc388ef42579dd47bb1dd7e7693c1 (patch)
tree622c6008728daf3bdfe4a46a2477297dc12ff892 /init.el
parentChange tilderadio url (diff)
downloademacs-73d8c80feb5dc388ef42579dd47bb1dd7e7693c1.tar.gz
emacs-73d8c80feb5dc388ef42579dd47bb1dd7e7693c1.zip
Customize flyspell-correct
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
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)