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
2015-08-30 23:20:47 -04:00
..
img Update syntax-checking layer 2015-04-10 23:23:32 -04:00
config.el Break spell-checking layer out of syntax-checking 2015-08-13 22:56:00 -04:00
packages.el Move SPC e ? to SPC e h 2015-08-30 23:20:47 -04:00
README.org Break spell-checking layer out of syntax-checking 2015-08-13 22:56:00 -04:00

Syntax Checking configuration layer for Spacemacs

/TakeV/spacemacs/media/commit/f3a8e009b54f56a190945ac42fde026a30cb7eed/contrib/syntax-checking/img/flycheck.png

Description

This layer provides on the fly syntax checking using Flycheck.

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 t s toggle flycheck