diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-10-19T17·34+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-10-19T17·34+0200 |
commit | 47f5ddebc0486d8d8c194ae3561d21e6697daf82 (patch) | |
tree | 33de32a81589ce372e3c24132b8ca9c8c9cf7405 /init.el | |
parent | f4089367a015454bfb84622748c21378b3b946f5 (diff) |
nrepl.el is cider now
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index 785a407f6740..d44a46f3efca 100644 --- a/init.el +++ b/init.el @@ -40,9 +40,9 @@ ; Clojure ac-nrepl -; clojure-cheatsheet + clojure-cheatsheet + cider clojure-mode - nrepl ; nrepl-eval-sexp-fu ) "A list of packages to install at launch.") |