add .lein/profiles.clj as part of spacemacs confs
authorAmin Bandali <me@aminb.org>
Sun, 22 Mar 2015 03:49:26 +0000 (23:49 -0400)
committerAmin Bandali <me@aminb.org>
Sun, 22 Mar 2015 03:49:26 +0000 (23:49 -0400)
spacemacs/.lein/profiles.clj [new file with mode: 0644]

diff --git a/spacemacs/.lein/profiles.clj b/spacemacs/.lein/profiles.clj
new file mode 100644 (file)
index 0000000..2c98c7d
--- /dev/null
@@ -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"]]}}