I have defined in my project following repl configuration:
:repl-options { :init-ns myproj.core }
>From my understanding, any repl session started should end up in myproj.core
Starting nrepl session (using cider-jack-in) in emacs does indeed show
myproj.core prompt
myproj.core=> ...
However, no
lein masks a lot of behaviour,
understanding which is quite important for efficiency.
On Saturday, November 22, 2014 1:10:01 PM UTC+1, Aleksandr wrote:
>
> I have defined in my project following repl configuration:
> :repl-options { :init-ns myproj.core }
>
> From my understandi