add .lein/profiles.clj as part of spacemacs confs
[~bandali/configs] / spacemacs / .lein / profiles.clj
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"]]}}