New Emacs 28 feature of highlighting flycheck errors

This commit is contained in:
Howard Abrams 2022-04-09 09:07:47 -07:00
parent 4848a23742
commit 21d378b859

View file

@ -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)