You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
ninjudd edited this page Jul 18, 2011
·
7 revisions
Cake provides swank support out of the box. Follow these steps to enable swank:
run cake --global
add :dev-dependencies [[swank-clojure "1.3.2"]] to ~/.cake/project.clj
run cake deps --global
run cake kill (if you already tried to start cake swank in this project)
start swank with cake swank -r [port]
M-x slime-connect in emacs
You can also configure swank to start automatically when cake starts. Just add a line like this to PROJECT_DIR/.cake/config with a different port for each project: