Skip to content

Commit

Permalink
Set "lein repl" as default inferior-lisp-program.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Oct 12, 2011
1 parent 4bfe3a8 commit ed6f437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ if that value is non-nil."
'clojure-forward-sexp))
(set (make-local-variable 'lisp-doc-string-elt-property)
'clojure-doc-string-elt)
(set (make-local-variable 'inferior-lisp-program) "lein repl")

(clojure-mode-font-lock-setup)

Expand Down

0 comments on commit ed6f437

Please sign in to comment.