Edit editorconfig layer README

This commit is contained in:
syl20bnr 2015-04-10 23:01:58 -04:00
parent bb3f3d9da5
commit c04713c87b

View file

@ -8,21 +8,18 @@
- [EditorConfig Layer for Spacemacs](#editorconfig-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [EditorConfig](#editorconfig)
- [Layer](#layer)
- [EditorConfig](#editorconfig)
<!-- markdown-toc end -->
## Description
This layer provides support for [EditorConfig](http://editorconfig.org/). Syntax highlighting is also provided for `.editorconfig` files.
This layer provides support for [EditorConfig][].
Syntax highlighting is also provided for `.editorconfig` files.
## Install
### EditorConfig
If you have not installed the EditorConfig C Core already, follow the instructions [here](https://github.com/editorconfig/editorconfig-core-c/blob/master/INSTALL.md).
### Layer
To use this contribution add it to your `~/.spacemacs`
@ -30,3 +27,11 @@ To use this contribution add it to your `~/.spacemacs`
```elisp
(setq-default dotspacemacs-configuration-layers '(editorconfig))
```
### EditorConfig
If you have not installed the EditorConfig C Core already,
follow the instructions [here][instructions].
[EditorConfig]: http://editorconfig.org/
[instructions]: https://github.com/editorconfig/editorconfig-core-c/blob/master/INSTALL.md