From 1ea507e56cd086a70cec838f409698687ac75cd8 Mon Sep 17 00:00:00 2001 From: Niklas Carlsson Date: Tue, 5 Feb 2019 10:56:55 +0100 Subject: [PATCH] Align flyspell as well --- modules/config/default/+evil-bindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index bc1042bdc..93ee54acc 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -515,7 +515,7 @@ :desc "Next todo" "t" #'hl-todo-next :desc "Next error" "e" #'next-error :desc "Next workspace" "w" #'+workspace/switch-right - :desc "Next spelling error" "s" #'evil-prev-flyspell-error + :desc "Next spelling error" "s" #'evil-next-flyspell-error :desc "Next spelling correction" "S" #'flyspell-correct-next-word-generic) (:prefix ("[" . "previous") @@ -525,7 +525,7 @@ :desc "Previous todo" "t" #'hl-todo-previous :desc "Previous error" "e" #'previous-error :desc "Previous workspace" "w" #'+workspace/switch-left - :desc "Previous spelling error" "s" #'evil-previous-flyspell-error + :desc "Previous spelling error" "s" #'evil-prev-flyspell-error :desc "Previous spelling correction" "S" #'flyspell-correct-word-generic) (:when (featurep! :feature workspaces)