Fix flyspell-correct loading

This commit is contained in:
Case Duckworth 2021-09-10 18:29:10 -05:00
parent af33dd36b4
commit 9b076cc3d9
1 changed files with 2 additions and 2 deletions

View File

@ -1018,10 +1018,10 @@ specific to most general, they are these:
"M-p" #'flymake-goto-prev-error))
(setup flyspell
(add-hook 'text-mode-hook #'flyspell-mode))
(:hook-into text-mode))
(setup (:straight flyspell-correct)
(:with-mode flyspell-mode
(:with-feature flyspell
(:hook (defun flyspell@correct ()
(:bind "C-;" #'flyspell-correct-wrapper)
(:unbind "C-," "C-." "C-M-i")))))