[docs] Mention EditorConfig support

Fixes #8960
This commit is contained in:
Swaroop C H 2017-05-25 12:20:03 -07:00 committed by Eivind Fonn
parent e6a3d01eb5
commit 7bd3390dae
1 changed files with 8 additions and 0 deletions

View File

@ -186,6 +186,7 @@
- [[#registers][Registers]]
- [[#errors-handling][Errors handling]]
- [[#compiling][Compiling]]
- [[#editorconfig][EditorConfig]]
- [[#emacs-server][Emacs Server]]
- [[#connecting-to-the-emacs-server][Connecting to the Emacs server]]
- [[#keeping-the-server-alive][Keeping the server alive]]
@ -3222,6 +3223,13 @@ Spacemacs binds a few commands to support compiling a project.
| ~SPC c m~ | =helm-make= |
| ~SPC c r~ | recompile |
* EditorConfig
Spacemacs has support for [[http://editorconfig.org/][EditorConfig]], a configuration file to "define and maintain consistent coding styles between different editors and IDEs."
To enable this feature, [[https://github.com/editorconfig/editorconfig-core-c/blob/master/INSTALL.md][install the editorconfig command]].
[[https://github.com/editorconfig/editorconfig-emacs/blob/master/README.md#customize][To customize your editorconfig experience, read the editorconfig-emacs package's documentation]].
* Emacs Server
Spacemacs starts a server at launch. This server is killed whenever you close
your Emacs windows.