summaryrefslogtreecommitdiffstats
path: root/spacemacs/.lein
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-03-21 23:49:26 -0400
committerAmin Bandali <me@aminb.org>2015-03-21 23:49:26 -0400
commit81918f6c79cd54129fddeb27ff924b3209d02f79 (patch)
tree87ca730aa0c24132b9f14030b9f2dd899b7aa29d /spacemacs/.lein
parent54086bb07e25f8886ffb663eb4c4266a9e272af7 (diff)
downloadconfigs-81918f6c79cd54129fddeb27ff924b3209d02f79.tar.gz
configs-81918f6c79cd54129fddeb27ff924b3209d02f79.tar.xz
configs-81918f6c79cd54129fddeb27ff924b3209d02f79.zip
add .lein/profiles.clj as part of spacemacs confs
Diffstat (limited to '')
-rw-r--r--spacemacs/.lein/profiles.clj4
1 files changed, 4 insertions, 0 deletions
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"]]}}