cd600cad4f
This commit drastically simplify the previous commit by removing the layer variable syntax-checking-check-on-buffer-change and the associated usage of it. This effectively make spacemacs use the default flycheck setting. If the user wants to customize this behavior then she can modify directly the flycheck variable. |
||
---|---|---|
.. | ||
img | ||
config.el | ||
packages.el | ||
README.org |
Syntax Checking configuration layer for Spacemacs
Table of Contents TOC@4
Description
Install
Layer
To use this configuration layer add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(syntax-checking))
Enabling/Disabling tooltips
By default tooltips are enabled and used whenever it is possible.
You can disable them by setting the variable syntax-checking-enable-tooltips
to nil
:
(setq-default dotspacemacs-configuration-layers
'((syntax-checking :variables syntax-checking-enable-tooltips nil)))
Key Bindings
Key Binding | Description |
---|---|
SPC e c |
clear errors |
SPC e l |
display a list of all the errors |
SPC S c |
|
SPC t s |
toggle flycheck |
SPC t S |
toggle flyspell |