Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
`swank-clojure-project' now uses Clojure over the default Lisp implem…
…entation.
  • Loading branch information
Huw Giddens authored and technomancy committed Mar 12, 2010
1 parent d7c6fea commit adc0adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swank-clojure.el
Expand Up @@ -356,7 +356,7 @@ The `path' variable is bound to the project root when these functions run.")
(run-hooks 'swank-clojure-project-hook)

(save-window-excursion
(slime))))
(slime 'clojure))))

(provide 'swank-clojure)
;;; swank-clojure.el ends here

0 comments on commit adc0adc

Please sign in to comment.