Skip to content

Commit

Permalink
nrepl-el → cider
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Oct 19, 2013
1 parent 81158a5 commit 3caacd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bodil-lisp.el
Expand Up @@ -48,7 +48,7 @@
(lambda () (define-key clojure-mode-map (kbd "DEL") 'paredit-backward-delete)))

;; nRepl
(package-require 'nrepl)
(package-require 'cider)
;(eval-after-load "clojure-mode" '(require 'nrepl))
(setq nrepl-lein-command "lein")
(setq nrepl-server-command "echo \"lein repl :headless\" | $SHELL -l")
Expand Down

0 comments on commit 3caacd7

Please sign in to comment.