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

Commit

Permalink
Update installation instructions to use :plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 10, 2012
1 parent 1e4a120 commit 8fd675c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -12,9 +12,13 @@ using [Leiningen](http://github.com/technomancy/leiningen):
* Install `clojure-mode` either from
[Marmalade](http://marmalade-repo.org) or from
[git](http://github.com/technomancy/clojure-mode).
* `lein plugin install swank-clojure 1.4.0`
* Add `[lein-swank "1.4.3"]` to the `:plugins` section of either
`project.clj` or your user profile.
* From an Emacs buffer inside a project, invoke `M-x clojure-jack-in`

If you are still using Leiningen 1.6.2 or earlier, you will need to do
`lein plugin install swank-clojure 1.4.0` instead.

That's all it takes; there are no extra install steps beyond
`clojure-mode` on the Emacs side and the `swank-clojure` plugin on the
Leiningen side. In particular be sure you don't have any other
Expand Down

0 comments on commit 8fd675c

Please sign in to comment.