Fork me on GitHub
#nrepl
<
2022-10-25
>
Jérémie Salvucci09:10:00

Hi, I'm using Emacs to write Clojure. It's quite easy from Emacs to select a namespace based on the project I'm working on. However, teammates can use different editors and I'd like to find a nice way to open a specific namespace. I'm using deps.edn where I have an alias to run nrepl and it defaults to user namespace. Does somebody know how to deal with this?

Jérémie Salvucci21:10:19

So right now, I use different classpaths + user.clj to get the wanted behavior. Not fully satisfying but it works well