<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -117,8 +117,11 @@ Kills existing SLIME session, if any.&quot;
   (setq swank-clojure-binary nil
         swank-clojure-jar-path (expand-file-name &quot;target/dependency/&quot; path)
         swank-clojure-extra-classpaths
-        (mapcar (lambda (d) (expand-file-name d path))
-                '(&quot;src/&quot; &quot;target/classes/&quot; &quot;test/&quot;))
+        (append (mapcar (lambda (d) (expand-file-name d path))
+                        '(&quot;src/&quot; &quot;target/classes/&quot; &quot;test/&quot;))
+                (let ((lib (expand-file-name &quot;lib&quot; path)))
+                  (if (file-exists-p lib)
+                      (directory-files lib t &quot;.jar$&quot;))))
         slime-lisp-implementations
         (cons `(clojure ,(swank-clojure-cmd) :init swank-clojure-init)
               (remove-if #'(lambda (x) (eq (car x) 'clojure))</diff>
      <filename>starter-kit-lisp.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dbdec4a4b5e5b92c1af183ba507671a6f1f28e46</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/emacs-starter-kit/commit/8ddc188e076cd1dea2e907ce04a89c96b6efa25d</url>
  <id>8ddc188e076cd1dea2e907ce04a89c96b6efa25d</id>
  <committed-date>2009-06-16T11:14:22-07:00</committed-date>
  <authored-date>2009-06-16T11:13:36-07:00</authored-date>
  <message>Merge from lrenn to add lib jars to classpath.</message>
  <tree>4db559e0caa8c1a897cef368d62bd73386739001</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
