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?
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?
C-j should do it. As a bonus you get indentation.