I have a project set up with dependencies and dev-dependencies where swank-clojure is installed by lein as a plugin.
lein deps populates lib and lib/dev with jars
M-x clojure-jack-in opens a REPL
However, libraries in lib/dev cannot be found.
I would expect lib/dev to be part of the classpath in the REPL.
Workaround is to move dev-dependencies back to dependencies
If exists is a way to make this work (either a project.clj setting or an elisp command), documentation is needed.
I have a project set up with dependencies and dev-dependencies where swank-clojure is installed by lein as a plugin.
lein deps
populateslib
andlib/dev
with jarsM-x clojure-jack-in
opens a REPL However, libraries inlib/dev
cannot be found. I would expectlib/dev
to be part of the classpath in the REPL.Workaround is to move dev-dependencies back to dependencies
If exists is a way to make this work (either a project.clj setting or an elisp command), documentation is needed.