From 73d8c80feb5dc388ef42579dd47bb1dd7e7693c1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 13 Sep 2021 17:17:29 -0500 Subject: Customize flyspell-correct --- init.el | 2 ++ 1 file changed, 2 insertions(+) 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: (: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) -- cgit 1.4.1-21-gabe81