From eea43755e27a55a8d5df4b26473c29b6f30fd53b Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 25 Sep 2019 01:09:24 +0200 Subject: [PATCH] Change flyspell keybindings: =prev, =next, =toggle. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 0b9beda..3bf7499 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-09-24T23:01:29+00:00> +;; Time-stamp: <2019-09-24T23:07:53+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -833,7 +833,9 @@ With argument, do this that many times." (interactive) (ispell-change-dictionary "german")) :bind - ("" . my/toggle-flyspell) + ("" . flycheck-previous-error) + ("" . flycheck-next-error) + ("" . my/toggle-flyspell) (:map flyspell-mode-map ("C-;" . nil)) ; iedit needs C-;. :hook