New Emacs 28 feature of highlighting flycheck errors
This commit is contained in:
parent
4848a23742
commit
21d378b859
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ Why use [[https://www.flycheck.org/][flycheck]] over the built-in =flymake=? Spe
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
|
:init
|
||||||
|
(setq next-error-message-highlight t)
|
||||||
:bind (:map flycheck-error-list-mode-map
|
:bind (:map flycheck-error-list-mode-map
|
||||||
("C-n" . 'flycheck-error-list-next-error)
|
("C-n" . 'flycheck-error-list-next-error)
|
||||||
("C-p" . 'flycheck-error-list-previous-error)
|
("C-p" . 'flycheck-error-list-previous-error)
|
||||||
|
|
Loading…
Reference in a new issue