From 21d378b859b14d1214f064a0bcf96325cb33424c Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 9 Apr 2022 09:07:47 -0700 Subject: [PATCH] New Emacs 28 feature of highlighting flycheck errors --- ha-programming.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ha-programming.org b/ha-programming.org index 1944448..a5f963a 100644 --- a/ha-programming.org +++ b/ha-programming.org @@ -61,6 +61,8 @@ Why use [[https://www.flycheck.org/][flycheck]] over the built-in =flymake=? Spe #+BEGIN_SRC emacs-lisp (use-package flycheck + :init + (setq next-error-message-highlight t) :bind (:map flycheck-error-list-mode-map ("C-n" . 'flycheck-error-list-next-error) ("C-p" . 'flycheck-error-list-previous-error)