From: Amin Bandali Date: Sun, 22 Mar 2015 03:49:26 +0000 (-0400) Subject: add .lein/profiles.clj as part of spacemacs confs X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/81918f6c79cd54129fddeb27ff924b3209d02f79 add .lein/profiles.clj as part of spacemacs confs --- diff --git a/spacemacs/.lein/profiles.clj b/spacemacs/.lein/profiles.clj new file mode 100644 index 0000000..2c98c7d --- /dev/null +++ b/spacemacs/.lein/profiles.clj @@ -0,0 +1,4 @@ +{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"] + [refactor-nrepl "0.3.0-SNAPSHOT"]] + :dependencies [[alembic "0.3.2"] + [org.clojure/tools.nrepl "0.2.7"]]}}