I am working in emacs, swank-clojure. I start my repl using clojure-jack-in. However when I add a new dependency to my project.clj, the dependency is not available in the repl.
1) Is there a way to load new dependencies automatically in swank, when project.clj changes ?
2) Also what is a clean way to terminate the swank server ? Currently I just kill the buffer.
Thanks, Murtaza