Open drorbemet opened 8 years ago
Check out the variable lispy-multiline-threshold
.
Thanks, @sooheon; lispy-multiline-threshold
is needed so that M doesn't add way too many newlines. You can bind it to nil to have a newline added in every place.
Calling special-lispy-alt-multiline with M on a clojure vector like this one:
|[:a :b :c:]
doesn't seem to result in:
Although calling lispy-multiline works fine.