25

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?

Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
chris
  • 7,222
  • 5
  • 31
  • 37

1 Answers1

43

C-j should do it. As a bonus you get indentation.

Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
i-blis
  • 3,149
  • 24
  • 31
  • You're welcome. [Cider's keyboard shortcuts reference](https://github.com/clojure-emacs/cider#keyboard-shortcuts) is worth casting a look at, by the way. – i-blis Jul 01 '14 at 17:59
  • 2
    The Cider documentation has moved [here](https://cider.readthedocs.io/en/latest/) – Michael Stalker Jun 04 '16 at 20:29