Skip to content

Commit

Permalink
add nREPL for clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncamel committed Jul 23, 2013
1 parent 156cd6f commit 46a1be0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site-start.d/init_clojure.el
Expand Up @@ -28,5 +28,16 @@
(add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode))
(add-to-list 'auto-mode-alist '("\\.cljs$" . clojure-mode))

;; nREPL and nREPL-ritz
(require 'nrepl)
(require 'nrepl-ritz)
(custom-set-variables
'(nrepl-popup-stacktraces nil)
'(nrepl-lein-command "lein"))

;; align-cljlet
(require 'align-cljlet)
(setq defroute-columns 4)

(provide 'init_clojure)
;;; init_clojure.el ends here

0 comments on commit 46a1be0

Please sign in to comment.