Lein :repl-options and using :init-ns functions does not evaluate namespace automatically

2014-11-22 Thread Aleksandr
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

Re: Lein :repl-options and using :init-ns functions does not evaluate namespace automatically

2014-11-22 Thread Aleksandr
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