[syntax-checking] Document activation of traditional error navigation

This commit is contained in:
Maximilian Wolff 2020-06-07 23:03:46 +02:00
parent bc879daeee
commit 74735b41a8
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A

View file

@ -12,6 +12,7 @@
- [[#enablingdisabling-tooltips][Enabling/Disabling tooltips]]
- [[#disabling-by-default][Disabling by default]]
- [[#enable-flycheck-globally][Enable flycheck globally]]
- [[#enable-support-for-traditional-error-navigation][Enable support for traditional error navigation]]
- [[#bitmaps][Bitmaps]]
- [[#key-bindings][Key bindings]]
@ -70,6 +71,19 @@ This may result in loading slow or not properly configured checkers
as well as break some of the more advanced configuration settings
of the layer system.
** Enable support for traditional error navigation
By default spacemacs takes care to call the right function to jump
to the next or previous error. However if wished flycheck can also
override =next-error= and =previous-error= respectively allowing
to use alternative general emacs bindings instead of the spacemacs
specific ones. To do so set =syntax-checking-use-standard-error-navigation=
to non-nil.
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers
'((syntax-checking :variables syntax-checking-use-standard-error-navigation t)))
#+END_SRC
** Bitmaps
If the original flycheck fringe bitmaps are more to your liking, you can set the
variable =syntax-checking-use-original-bitmaps= to =t=: