This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/syntax-checking/README.md

36 lines
1,002 B
Markdown
Raw Normal View History

2015-04-11 03:23:32 +00:00
# Syntax Checking configuration layer for Spacemacs
![logo](img/flycheck.png)
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
2015-04-11 03:23:32 +00:00
- [Syntax Checking configuration layer for Spacemacs](#syntax-checking-configuration-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [Key Bindings](#key-bindings)
<!-- markdown-toc end -->
## Description
2015-04-11 03:23:32 +00:00
This layer provides on the fly syntax checking using [Flycheck][] to Spacemacs.
## Install
To use this configuration layer add it to your `~/.spacemacs`
```elisp
2015-04-11 03:23:32 +00:00
(setq-default dotspacemacs-configuration-layers '(syntax-checking))
```
## Key Bindings
Key Binding | Description
---------------------|------------------------------------------------------------
2015-04-11 03:23:32 +00:00
<kbd>SPC e c</kbd> | clear errors
<kbd>SPC e l</kbd> | display a list of all the errors
<kbd>SPC t f</kbd> | toggle flycheck
2015-04-11 03:23:32 +00:00
[Flycheck]: http://www.flycheck.org/