From c04713c87b3d42f656ff8a9c5c7994ac55b91bda Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 10 Apr 2015 23:01:58 -0400 Subject: [PATCH] Edit editorconfig layer README --- contrib/editorconfig/README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/contrib/editorconfig/README.md b/contrib/editorconfig/README.md index 0a66ea497..4be073980 100644 --- a/contrib/editorconfig/README.md +++ b/contrib/editorconfig/README.md @@ -8,21 +8,18 @@ - [EditorConfig Layer for Spacemacs](#editorconfig-layer-for-spacemacs) - [Description](#description) - [Install](#install) - - [EditorConfig](#editorconfig) - [Layer](#layer) + - [EditorConfig](#editorconfig) ## 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