<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,6 +44,7 @@
                  &quot;Project root: &quot;
                  (locate-dominating-file default-directory &quot;src&quot;))))
   (require 'swank-clojure)
+  (require 'slime)
   (when (get-buffer &quot;*inferior-lisp*&quot;)
     (kill-buffer &quot;*inferior-lisp*&quot;))
   (add-to-list 'swank-clojure-extra-vm-args
@@ -61,6 +62,7 @@
         (cons `(clojure ,(swank-clojure-cmd) :init swank-clojure-init)
               (remove-if #'(lambda (x) (eq (car x) 'clojure))
                          slime-lisp-implementations)))
+  (message &quot;Deprecated: use swank-clojure-project from swank-clojure.&quot;)
   (save-window-excursion
     (slime)))
 </diff>
      <filename>starter-kit-lisp.el</filename>
    </modified>
    <modified>
      <diff>@@ -117,7 +117,7 @@
 
 (eval-after-load 'mumamo
   '(eval-after-load 'zenburn
-     '(set-face-background 'mumamo-background-chunk-submode &quot;gray22&quot;)))
+     '(ignore-errors (set-face-background 'mumamo-background-chunk-submode &quot;gray22&quot;))))
 
 ;; make emacs use the clipboard
 (setq x-select-enable-clipboard t)</diff>
      <filename>starter-kit-misc.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>803737f5eb406786aac0db5f0c09617cc887ada9</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/emacs-starter-kit/commit/63797f61aa7019e2cc5f0e79793f8bdd4b50ad21</url>
  <id>63797f61aa7019e2cc5f0e79793f8bdd4b50ad21</id>
  <committed-date>2009-09-20T14:43:15-07:00</committed-date>
  <authored-date>2009-09-20T14:43:15-07:00</authored-date>
  <message>Require slime from within clojure-mode; suggest using swank-clojure-project.</message>
  <tree>9cd9c01d82f76b4aa7c9a689891ec0099f56f793</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
