<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -49,6 +49,8 @@
 (setq color-theme-is-global t)
 (load-file (concat root-dir &quot;/vendor/color-theme-merbivore/color-theme-merbivore.el&quot;))
 (load-file (concat root-dir &quot;/vendor/color-theme-vibrant-ink/color-theme-vibrant-ink.el&quot;))
+(load-file (concat root-dir &quot;/vendor/color-theme-tango-2/color-theme-tango-2.el&quot;))
+(load-file (concat root-dir &quot;/vendor/color-theme-wunki/color-theme-wunki.el&quot;))
 
 ;; load the theme
 (color-theme-vibrant-ink)
\ No newline at end of file</diff>
      <filename>emacs-gui.el</filename>
    </modified>
    <modified>
      <diff>@@ -25,6 +25,9 @@
 (load-lib-dir &quot;vendor/rhtml&quot;)
 (require 'rhtml-mode)
 
+;; Over-ride M-s in rhtml mode
+(define-key rhtml-mode-map (kbd &quot;M-s&quot;) 'save-buffer)
+
 ;; Rspec
 (load-lib-dir &quot;vendor/rspec&quot;)
 (require 'rspec-mode)
@@ -53,3 +56,6 @@
 (eval-after-load 'ruby-mode 
   '(progn
      (define-key ruby-mode-map (kbd &quot;C-l&quot;) &quot; =&gt; &quot;)))
+(eval-after-load 'rhtml-mode
+  '(progn
+     (define-key rhtml-mode-map (kbd &quot;C-l&quot;) &quot; =&gt; &quot;)))</diff>
      <filename>emacs-rails.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f568e3890d4d64faea3f03f00b52f3be26cf7c31</id>
    </parent>
  </parents>
  <author>
    <name>Matt Swasey</name>
    <email>mig@pggbee.com</email>
  </author>
  <url>http://github.com/mig/emacs-rails-kit/commit/99187d7ab80a2cd6ca2ab617dc602778216fb6b8</url>
  <id>99187d7ab80a2cd6ca2ab617dc602778216fb6b8</id>
  <committed-date>2009-05-27T12:41:54-07:00</committed-date>
  <authored-date>2009-05-27T12:40:49-07:00</authored-date>
  <message>added hash mark binding for rhtml-mode, added M-s save-buffer binding to rhtml mode, added two themes to load path</message>
  <tree>803bf6d541b877caf423225a672c364351003b53</tree>
  <committer>
    <name>Matt Swasey</name>
    <email>mig@pggbee.com</email>
  </committer>
</commit>
