In Emacs / Cider, how to properly add some clojure libraries that I want to try?
If I do this from the shell, I just ran
$ lein try clj-time
But how do I do this with Emacs / Cider?
The easiest way is to start lein try clj-timefrom the command line and then connect to this replica from emacs using M-x cider(use the localhostport number printed on the console at startup lein-try).
lein try clj-time
M-x cider
localhost
lein-try
Source: https://habr.com/ru/post/1536579/More articles:Eigen - re-orthogonalization of the rotation matrix - mathData Filtering DataGrid WPF - Updating the CollectionViewSource Collection - c #Negative fill color in AreaSpline chart - highchartsШаблоны для реализации расширения ресурсов в веб-интерфейсе ASP.NET - c#algorithm, image processing, flood - javaThe difference in the declaration is: "var x = .." vs "var x; x = .." - variablesProper use of an empty structure with CGO - gonode.js runInNewContext with untrusted code - javascriptСтолбцы CSS: укажите последний дочерний элемент в каждом столбце? - cssЕсть ли запрос JIra, который вернет все истории без EPIC? - jiraAll Articles