<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/yaml-mode.el</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,3 +19,6 @@
 [submodule &quot;vendor/textmate.el&quot;]
 	path = vendor/textmate.el
 	url = git://github.com/defunkt/textmate.el.git
+[submodule &quot;vendor/yaml-mode.el&quot;]
+	path = vendor/yaml-mode.el
+	url = git://github.com/yoshiki/yaml-mode.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -25,3 +25,4 @@
 (vendor 'textile-mode)
 (vendor 'textmate)
 (textmate-mode)
+(vendor 'yaml-mode)</diff>
      <filename>defunkt.el</filename>
    </modified>
    <modified>
      <diff>@@ -54,3 +54,9 @@
 
 ; css
 ;(define-key css-mode-map [tab] 'defunkt-indent)
+
+; yaml
+(add-to-list 'auto-mode-alist '(&quot;\\.yml$&quot; . yaml-mode))
+(add-hook 'yaml-mode-hook
+    '(lambda ()
+       (define-key yaml-mode-map &quot;\C-m&quot; 'newline-and-indent)))
\ No newline at end of file</diff>
      <filename>defunkt/modes.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9ab73dd07f64b5fd93d84e63fdbb62305ef34c2d</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/emacs/commit/c27fb3607a2b647724ca729dc14debdbaf06daeb</url>
  <id>c27fb3607a2b647724ca729dc14debdbaf06daeb</id>
  <committed-date>2009-08-28T22:02:55-07:00</committed-date>
  <authored-date>2009-08-28T22:02:55-07:00</authored-date>
  <message>yaml-mode</message>
  <tree>2b3fa680f11eb3e45a01095827c35e98a1a330a5</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
