We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fc6c3 commit ac1e9a5Copy full SHA for ac1e9a5
README.md
@@ -69,8 +69,8 @@ personal config. Let's assume you want to indent `->>` and `->` like this:
69
You can do so by putting the following in your config:
70
71
```el
72
-(put-clojure-indent -> 1)
73
-(put-clojure-indent ->> 1)
+(put-clojure-indent '-> 1)
+(put-clojure-indent '->> 1)
74
```
75
76
This means that the body of the `->/->>` is after the first argument.
0 commit comments