# Syntax Checking configuration layer for Spacemacs
![logo](img/flycheck.png)
**Table of Contents**
- [Syntax Checking configuration layer for Spacemacs](#syntax-checking-configuration-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [Key Bindings](#key-bindings)
## Description
This layer provides on the fly syntax checking using [Flycheck][] to Spacemacs.
## Install
To use this configuration layer add it to your `~/.spacemacs`
```elisp
(setq-default dotspacemacs-configuration-layers '(syntax-checking))
```
## Key Bindings
Key Binding | Description
---------------------|------------------------------------------------------------
SPC e c | clear errors
SPC e l | display a list of all the errors
SPC t f | toggle flycheck
[Flycheck]: http://www.flycheck.org/