Reputation: 7573
I'm using Clojure in Emacs with a Cider REPL.
Is it possible to have multi-line functions in a cider REPL? How can I do this?
Upvotes: 25
Views: 3818
Reputation: 3179
C-j should do it. As a bonus you get indentation.
Upvotes: 44