<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,45 +1,35 @@
-Copyright (C) 2008 Jeffrey Chu
+# Swank Clojure
 
-This file is licensed under the terms of the GNU General Public
-License as distributed with Emacs (press C-h C-c to view it).
+Swank-clojure is an adapter that lets you use SLIME (the Superior Lisp
+Interaction Mode for Emacs) with Clojure.
 
 Installation
 
-  1. Download &amp; install CVS/SVN versions of clojure [1] and slime [2].
+1. Install clojure-mode.el. Either use ELPA[1] or get it manually
+   install from source[2].
         
-  2. Add swank-clojure to your .emacs file:
-
-       (add-to-list 'load-path &quot;/path/to/swank-clojure&quot;)
-       (require 'swank-clojure-autoload)
-
-  3. Customize the path to your clojure jar file. Optionally, also
-     customize other classpath information. [3]
+2. Invoke M-x clojure-install and follow the directions given. This
+   will download and configure swank-clojure as well as other
+   dependencies.
 
-       (require 'swank-clojure-autoload)       
-       (swank-clojure-config
-         (setq swank-clojure-jar-path &quot;/path/to/clojure.jar&quot;)
-         (setq swank-clojure-extra-classpaths (list &quot;/path/to/extra/classpaths&quot;)))
+3. If you want to use SLIME with Common Lisp or another Lisp
+   implementation, add your default lisp back in:
 
-         or
+    ;; Example for sbcl to put in your .emacs:
+    (add-to-list 'slime-lisp-implementations '(sbcl (&quot;sbcl&quot;)))
 
-       (require 'swank-clojure)
-       M-x customize-group swank-clojure
+4. Start slime!
 
-  4. Optionally, add your default lisp implementation back into slime
-     (add to .emacs):
+    M-x slime
 
-       Example for sbcl:
-         (add-to-list 'slime-lisp-implementations '(sbcl (&quot;sbcl&quot;)))
+  Or if you have alternate implementations configured:
 
-  5. Start slime! 
+    M-- M-x slime clojure
 
-       M-x slime
-
-       Or if you did step 4:
-          M-- M-x slime clojure
+Copyright (C) 2008 Jeffrey Chu
 
+This file is licensed under the terms of the GNU General Public
+License as distributed with Emacs (press C-h C-c to view it).
 
-[1] Clojure SVN: http://sourceforge.net/svn/?group_id=137961
-[2] Slime CVS: http://common-lisp.net/project/slime/#downloading
-[3] If you want to configure swank-clojure to use a custom binary or
-    sh-script, you may configure swank-clojure-binary instead.
+[1] - http://tromey.com/elpa
+[2] - http://github.com/jochu/clojure-mode</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0119c6aa8eb6283a859b59dff66b80b77e244c1e</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/jochu/swank-clojure/commit/1cabc265e691cffc6a0e27514b7140d757c18071</url>
  <id>1cabc265e691cffc6a0e27514b7140d757c18071</id>
  <committed-date>2009-05-25T13:23:37-07:00</committed-date>
  <authored-date>2009-05-25T13:23:37-07:00</authored-date>
  <message>Update readme install instructions to use M-x clojure-install.</message>
  <tree>aa9d596e258451055bbbb89512c193cc146064ed</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
