Fork me on GitHub
#cider
<
2024-08-08
>
Gosha09:08:32

Hello! I’m using the Practicalli CLI tools and installed their REPL extension. I was wondering if it was possible for Cider to start its REPL with those extensions enabled? The workflow I found was that I could start a Practicalli REPL from the terminal and then connect to it from Cider, but it would be nice if I could start it directly from Cider. I’m using Doom Emacs on macOS if that makes any difference

rolt09:08:23

There's quite a few things you can customize in cider to configure the repl starting command line. I think what you're looking for is cider-clojure-cli-aliases. What is the difference between the command cider in running and the one you're launching from the terminal ?

Gosha09:08:45

Thank you! I think you’re spot on: Cider just runs clojure, while the Practicalli makefile runs clojure -M:test/env:repl/reloaded