Search code examples
clojurenrepl

How do I restart nrepl


I'm looking for a command equivalent to slimes ,restart. From the tools.nrepl source there appears to be a restart functionality present1.

Any ideas on how do I make nrepl.el call that code?


Solution

  • nrepl-restart is an interactive function, so M-x nrepl-restart.