I am using emacs for clojure development.
So after using: C-u M-x cider-jack-in
(in my test file). Followed by lein repl
followed by M-x cider-connect
I get a strange, partially working repl at the root of my project where I have to provide the fully qualified path of every function complete with its namespace.
How can I provide cider a custom entry point (e.g. a test file)? How can I preload parts of the namespace, or halt execution at a specific point in the program?