projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
54086bb
)
add .lein/profiles.clj as part of spacemacs confs
author
Amin Bandali
<me@aminb.org>
Sun, 22 Mar 2015 03:49:26 +0000
(23:49 -0400)
committer
Amin Bandali
<me@aminb.org>
Sun, 22 Mar 2015 03:49:26 +0000
(23:49 -0400)
spacemacs/.lein/profiles.clj
[new file with mode: 0644]
patch
|
blob
diff --git a/spacemacs/.lein/profiles.clj
b/spacemacs/.lein/profiles.clj
new file mode 100644
(file)
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"]]}}