Googlefood: Running luminus in Cursive (Clojure)

It took me a bit to figure out how to use the REPL inside Cursive with a Luminus project.

The key difference is you have to add a Leiningen Run Configuration, instead of the usual Clojure Repl Configuration, with how you’d normally run it on the command line.

After that, create a Clojure REPL Configuration that connects to the port that is opened by the run configuration.

Example: If you normally do this:

lein run
lein repl :connect 7000

Then the Leiningen Run Configuration is the first command, and the Clojure REPL Configuration is the second one.

Picture, 1000 words, etc.

running-lumunus-project

One Response to “Googlefood: Running luminus in Cursive (Clojure)”

  1. Niklas Says:

    Works great, thanks!

Leave a Reply