syntax-checking: Mention that flycheck is disabled in emacs-lisp-mode.

This commit is contained in:
Wieland Hoffmann 2017-01-22 16:58:04 +01:00 committed by d12frosted
parent 970acddacf
commit 99cf5750e3
No known key found for this signature in database
GPG key ID: 8F60E862D6F5CE8F

View file

@ -31,9 +31,9 @@ to =nil=:
#+END_SRC
** Disabling by default
By default, syntax-checking is enabled in all available major modes and may be
toggled off with ~SPC t s~. You can default this to off by setting the variable
=syntax-checking-enable-by-default= to =nil=:
By default, syntax-checking is enabled in all available major modes (except for
=emacs-lisp-mode=) and may be toggled off with ~SPC t s~. You can default this to off
by setting the variable =syntax-checking-enable-by-default= to =nil=:
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers