Skip to content

Commit ac1e9a5

Browse files
committed
Add some missing '
1 parent 14fc6c3 commit ac1e9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ personal config. Let's assume you want to indent `->>` and `->` like this:
6969
You can do so by putting the following in your config:
7070

7171
```el
72-
(put-clojure-indent -> 1)
73-
(put-clojure-indent ->> 1)
72+
(put-clojure-indent '-> 1)
73+
(put-clojure-indent '->> 1)
7474
```
7575

7676
This means that the body of the `->/->>` is after the first argument.

0 commit comments

Comments
 (0)