@@ -94,7 +94,7 @@ prefixed with some ns (or ns alias):
94
94
The bodies of certain more complicated macros and special forms
95
95
(e.g. ` letfn ` , ` deftype ` , ` extend-protocol ` , etc) are indented using
96
96
a contextual backtracking indentation method, require more sophisticated
97
- indent specifications. Here are a few examples.
97
+ indent specifications. Here are a few examples:
98
98
99
99
``` el
100
100
(define-clojure-indent
@@ -108,7 +108,7 @@ indent specifications. Here are a few examples.
108
108
(specify '(1 (1))))
109
109
```
110
110
111
- These follow the same rules as the ` :style/indent ` metadata specified by cider-nrepl.
111
+ These follow the same rules as the ` :style/indent ` metadata specified by [ cider-nrepl] [ ] .
112
112
For instructions on how to write these specifications, see
113
113
[ this document] ( https://github.com/clojure-emacs/cider/blob/master/doc/Indent-Spec.md#indent-specification ) .
114
114
The only difference is that you're allowed to use lists instead of vectors.
@@ -212,6 +212,7 @@ Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to vie
212
212
[ badge-travis ] : https://travis-ci.org/clojure-emacs/clojure-mode.svg?branch=master
213
213
[ travis ] : https://travis-ci.org/clojure-emacs/clojure-mode
214
214
[ CIDER ] : https://github.com/clojure-emacs/cider
215
+ [ cider-nrepl ] : https://github.com/clojure-emacs/cider-nrepl
215
216
[ inf-clojure ] : https://github.com/clojure-emacs/inf-clojure
216
217
[ Leiningen ] : http://leiningen.org
217
218
[ contributors ] : https://github.com/clojure-emacs/clojure-mode/contributors
0 commit comments