From 20a9beadf80d7a519a2345d4f7b1d27ce920d3d0 Mon Sep 17 00:00:00 2001 From: Brett Lyons Date: Mon, 30 Dec 2019 15:06:44 -0700 Subject: [PATCH] updated commands to flyspell-correct version bump on flyspell-correct to 0.6.1. brings deletion of old aliases. --- modules/tools/flyspell/config.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/tools/flyspell/config.el b/modules/tools/flyspell/config.el index be54fa426..ef36a7271 100644 --- a/modules/tools/flyspell/config.el +++ b/modules/tools/flyspell/config.el @@ -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)))