leiningen/lein-swank
2010-03-12 21:32:18 -08:00
..
src/leiningen allow swank, in lein-swank to accept additional arguments to pass to start-repl 2010-03-12 21:32:18 -08:00
project.clj Update lein-swank version and deps. 2010-03-11 21:22:38 -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.