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