updated commands to flyspell-correct

version bump on flyspell-correct to 0.6.1. brings deletion of old aliases.
This commit is contained in:
Brett Lyons 2019-12-30 15:06:44 -07:00 committed by GitHub
parent 7a2f4bddea
commit 20a9beadf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,13 +68,13 @@ e.g. proselint and langtool."
(add-hook 'flyspell-mode-hook #'+flyspell-init-predicate-h)
(map! :map flyspell-mouse-map
"RET" #'flyspell-correct-word-generic
[return] #'flyspell-correct-word-generic
[mouse-1] #'flyspell-correct-word-generic))
"RET" #'flyspell-correct-at-point
[return] #'flyspell-correct-at-point
[mouse-1] #'flyspell-correct-at-point))
(use-package! flyspell-correct
:commands flyspell-correct-word-generic flyspell-correct-previous-word-generic
:commands flyspell-correct-at-point flyspell-correct-previous
:config
(cond ((and (featurep! :completion helm)
(require 'flyspell-correct-helm nil t)))