<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>elpa-to-submit/textile-mode.el</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -64,7 +64,7 @@ where you should put code that you don't think would be useful to
 everyone. That will allow you to merge with newer versions of the
 starter-kit without conflicts.
 
-## ELPA
+## Emacs Lisp Package Archive
 
 Libraries from [ELPA](http://tromey.com/elpa) are preferred when
 available since dependencies are handled automatically, and the burden
@@ -90,4 +90,7 @@ it. Take a look at what happens in init.el to get started.
 Also: see the file TODO. Helping submit new libraries to ELPA is the
 easiest way to help out. Grep the project for TODO for other things.
 
+Files are licensed under the same license as Emacs unless otherwise
+specified. See the file COPYING for details.
+
 The latest version is at http://github.com/technomancy/emacs-starter-kit/</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -13,5 +13,4 @@ to write/finish:
 which-func-mode in ruby?
 
 Bug fixes:
-get jabber.el to automatically disconnect when suspending/hibernating (via dbus)
-ruby-compilation.el should auto-kill the buffer on successful test runs; only leave it open on error/fail
\ No newline at end of file
+get jabber.el to automatically disconnect when suspending/hibernating (via dbus)
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -68,6 +68,12 @@
 (set-default 'indicate-empty-lines t)
 (set-default 'imenu-auto-rescan t)
 
+(add-hook 'text-mode-hook 'auto-fill-mode)
+(add-hook 'text-mode-hook 'flyspell-mode)
+(add-hook 'textile-mode-hook 'auto-fill-mode)
+(add-hook 'textile-mode-hook 'flyspell-mode)
+
+
 (defalias 'yes-or-no-p 'y-or-n-p)
 (random t) ;; Seed the random-number generator
 </diff>
      <filename>starter-kit-misc.el</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,7 @@
 (eval-after-load 'ruby-mode
   '(progn
      (require 'ruby-compilation)
+     (setq ruby-use-encoding-map nil)
      (add-hook 'ruby-mode-hook 'inf-ruby-keys)
      (define-key ruby-mode-map (kbd &quot;RET&quot;) 'reindent-then-newline-and-indent)
      (define-key ruby-mode-map (kbd &quot;C-M-h&quot;) 'backward-kill-word)
@@ -84,7 +85,8 @@ exec-to-string command, but it works and seems fast&quot;
                    (flymake-mode t))))))
 
 (eval-after-load 'haml-mode
-  (add-hook 'haml-mode-hook 'whitespace-mode))
+  (if (functionp 'whitespace-mode)
+      (add-hook 'haml-mode-hook 'whitespace-mode)))
 
 ;; TODO: set up ri
 ;; TODO: electric</diff>
      <filename>starter-kit-ruby.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5f0782754b50c82abd267756416eec581434edb0</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/emacs-starter-kit/commit/b95c6322b7527b693c87c6a95bb1c5269a077ab5</url>
  <id>b95c6322b7527b693c87c6a95bb1c5269a077ab5</id>
  <committed-date>2009-01-21T09:17:30-08:00</committed-date>
  <authored-date>2009-01-21T09:17:30-08:00</authored-date>
  <message>Doc updates, textile-mode, and a haml fix.</message>
  <tree>e44a38a69806a5097cf17fc410a1130b33081e62</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
