Search code examples
emacsclojurenreplcider

Cider: Evaluate the form preceding point in the REPL


In nREPL, the user could simply C-x C-e to evaluate the preceding form in the running REPL.

However, in Cider, it seems there is only a way to evaluate the form in the echo area or a popup buffer.

Is this really the case?

Please someone correct me, because this is a useful feature to lose.


Solution

  • I'm using nREPL and by default evals to echo area.

    If you want to send the C-x C-e output to the running repl you can use both solutions on this question which are working quite fine for me.