Add development notes to Clojure's Readme

Related to #4608
This commit is contained in:
Ernestas Lisauskas 2016-01-18 18:30:27 +00:00 committed by Fabien Dubosson
parent 91c1528ef8
commit 28907bbeff
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,8 @@
- [[stacktrace-mode][stacktrace-mode]]
- [[inspector-mode][inspector-mode]]
- [[test-report-mode][test-report-mode]]
- [[Development Notes][Development Notes]]
- [[Indentation][Indentation]]
* Description
This layer adds support for [[http://clojure.org][Clojure]] language using [[https://github.com/clojure-emacs/cider][CIDER]].
@ -297,3 +299,9 @@ In general, ~q~ should always quit the popped up buffer.
| ~t~ | run test |
| ~T~ | run tests |
* Development Notes
** Indentation
With a [[https://github.com/clojure-emacs/cider/blob/master/doc/Indent-Spec.md#indent-specification][new]] functionality of Cider to read the custom indentation rules from the
var's metadata, it is better for consistency reasons to not add the custom
indentation rules to Spacemacs, but to add them to the metadata of those
specific vars.