<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,11 +33,35 @@
 ;;
 ;;     Or generate autoloads with the `update-directory-autoloads' function.
 
+;; This depends on swank-clojure to work properly. Unfortunately since
+;; SLIME is a complex dependency, it hasn't been packaged in ELPA
+;; yet. To get it configured and installed, use M-x clojure-install
+;; from clojure-mode.
+
 ;; If you get an error about the wrong number of arguments getting
 ;; passed to report, you are probably using an older version of
 ;; Clojure contrib's test-is library. Either upgrade your test-is or
 ;; downgrade clojure-test-mode to version 1.0.
 
+;;; Usage:
+
+;; Once you have a SLIME session active, you can run the tests in the
+;; current buffer with C-c C-,. Failing tests and errors will be
+;; highlighted using overlays. To clear the overlays, use C-c k.
+
+;; You can jump between implementation and test files with C-c t if
+;; your project is laid out in a way that clojure-test-mode
+;; expects. Your project root should have a src/ directory containing
+;; files that correspond to their namespace. It should also have a
+;; test/ directory containing files that correspond to their
+;; namespace, and the test namespaces should mirror the implementation
+;; namespaces with the addition of &quot;test&quot; as the second-to-last
+;; segment of the namespace.
+
+;; So my.project.frob would be found in src/my/project/frob.clj and
+;; its tests would be in test/my/project/test/frob.clj in the
+;; my.project.test.frob namespace.
+
 ;;; History:
 
 ;; 1.0: 2009-03-12</diff>
      <filename>clojure-test-mode.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6c4513c5f49c78ea9372405753f335962a1ce1e2</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/jochu/clojure-mode/commit/a8766a79ab0e9799bc7e40b6e379c0fbd4abaecf</url>
  <id>a8766a79ab0e9799bc7e40b6e379c0fbd4abaecf</id>
  <committed-date>2009-05-21T11:45:56-07:00</committed-date>
  <authored-date>2009-05-05T15:18:14-07:00</authored-date>
  <message>Improve documentation header for clojure-test-mode.

Signed-off-by: Jeffrey Chu &lt;jochu0@gmail.com&gt;</message>
  <tree>97946ddba44cf1753b897174f88b224bd3a178d3</tree>
  <committer>
    <name>Jeffrey Chu</name>
    <email>jochu0@gmail.com</email>
  </committer>
</commit>
