leiningen/lein-swank
2010-01-30 16:01:01 -08:00
..
src/leiningen More details in lein-swank exception catching. 2009-12-05 20:37:19 -08:00
project.clj New version of lein-swank. 2010-01-01 21:38:51 -08:00
README.md Update lein-swank readme. Yay for random twitter bug reports. 2010-01-30 16:01:01 -08:00

Leiningen Swank Plugin

This plugin lets you launch a swank server via Leiningen. Simply add [leiningen/lein-swank "1.1.0"] to your :dev-dependencies in project.clj and run "lein swank" to start the server. Then from Emacs run M-x slime-connect to connect to your project.

You will need slime and slime-repl (but not swank-clojure) installed from ELPA for this to work.

Due to a bug in contrib's build, there may be problems using it along with projects that use Clojure 1.0.