I'm curious if there is a way to have a command auto load in the lein repl
upon start? Maybe something I put in profiles.clj
. Specifically, I want to always run (use 'clojure.repl)
right away so I never have to deal with not having access to doc
again. Not sure of what the unintended consequences would be.