From 81152ca24289d2b08fcfe64b19164894c048524e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 6 Jan 2022 15:46:50 -0600 Subject: Add +flyspell-correct-buffer --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 07679e7..67528fd 100644 --- a/init.el +++ b/init.el @@ -948,9 +948,11 @@ See also `crux-reopen-as-root-mode'." (:+key "M-q" #'filldent-dwim)) (setup (:straight flyspell-correct) + (:+also-load +flyspell-correct ) (:option flyspell-correct--cr-key ";") (:bind-into flyspell - "C-;" #'flyspell-correct-wrapper)) + "C-;" #'flyspell-correct-wrapper + "" #'+flyspell-correct-buffer)) (setup (:straight-when (forge :host github :repo "magit/forge") -- cgit 1.4.1-21-gabe81