spacemacs/layers/+distributions/spacemacs-docker/deps-install/installers/clojure/.boot/profile.boot

7 lines
279 B
Plaintext
Raw Normal View History

2016-10-25 12:45:45 +00:00
(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"]))
2016-10-25 12:45:45 +00:00
(swap! boot.repl/*default-middleware* conj
(quote refactor-nrepl.middleware/wrap-refactor))