Closed jessicaappelbaum closed 8 years ago
Can you check in your ~/.lein/profiles.clj
for a :repl-options
-> :init
setting? I suspect there's something in there - and unfortunately our :repl-options
/ :init
setting doesn't compose well between global settings and project-specific settings. I think it's totally reasonable to expect those to both work, and unfortunate that they don't (due to this leiningen issue).
If my guess is right and you do find something in there, it should be fixed on master now (although it doesn't show up for me in the web UI yet).
Awesome, my repl is up and running! Thank you for your help!
Great, glad to hear it!
1)
git clone git://github.com/functional-koans/clojure-koans.git
2)lein repl
I am sure I'm doing something silly.