In Emacs/Cider, how do I correctly add some clojure libraries that I want to try?
If I do it from the shell, I just start
$ lein try clj-time
But how do I do that from the Emacs/Cider?
In Emacs/Cider, how do I correctly add some clojure libraries that I want to try?
If I do it from the shell, I just start
$ lein try clj-time
But how do I do that from the Emacs/Cider?
The easiest way is to run lein try clj-time
on the command line and then connect to that repl from emacs with M-x cider
(use localhost
and the port number printed to the console when you started lein-try
).