spacemacs/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/.boot/profile.boot
JAremko 1853627d58 Redesign spacemacs-docker distribution
remove trailing whitespaces

reword
2017-04-11 23:40:59 -04:00

7 lines
279 B
Clojure

(swap! boot.repl/*default-dependencies* conj
(quote [refactor-nrepl "2.2.0-SNAPSHOT"])
(quote [cljfmt "0.5.6"])
(quote [cider/cider-nrepl "0.14.0-SNAPSHOT"]))
(swap! boot.repl/*default-middleware* conj
(quote refactor-nrepl.middleware/wrap-refactor))