updated commands to flyspell-correct
version bump on flyspell-correct to 0.6.1. brings deletion of old aliases.
This commit is contained in:
parent
7a2f4bddea
commit
20a9beadf8
1 changed files with 4 additions and 4 deletions
|
@ -68,13 +68,13 @@ e.g. proselint and langtool."
|
||||||
(add-hook 'flyspell-mode-hook #'+flyspell-init-predicate-h)
|
(add-hook 'flyspell-mode-hook #'+flyspell-init-predicate-h)
|
||||||
|
|
||||||
(map! :map flyspell-mouse-map
|
(map! :map flyspell-mouse-map
|
||||||
"RET" #'flyspell-correct-word-generic
|
"RET" #'flyspell-correct-at-point
|
||||||
[return] #'flyspell-correct-word-generic
|
[return] #'flyspell-correct-at-point
|
||||||
[mouse-1] #'flyspell-correct-word-generic))
|
[mouse-1] #'flyspell-correct-at-point))
|
||||||
|
|
||||||
|
|
||||||
(use-package! flyspell-correct
|
(use-package! flyspell-correct
|
||||||
:commands flyspell-correct-word-generic flyspell-correct-previous-word-generic
|
:commands flyspell-correct-at-point flyspell-correct-previous
|
||||||
:config
|
:config
|
||||||
(cond ((and (featurep! :completion helm)
|
(cond ((and (featurep! :completion helm)
|
||||||
(require 'flyspell-correct-helm nil t)))
|
(require 'flyspell-correct-helm nil t)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue