<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,3 +30,4 @@
 (vendor 'textmate)
 (textmate-mode)
 (vendor 'yaml-mode)
+(vendor 'tpl-mode)</diff>
      <filename>defunkt.el</filename>
    </modified>
    <modified>
      <diff>@@ -75,3 +75,7 @@
           '(lambda ()
              (setq c-auto-newline t)
              (define-key c-mode-map &quot;{&quot; 'defunkt/c-electric-brace)))
+
+; mustache
+(add-to-list 'auto-mode-alist '(&quot;\\.mustache$&quot; . tpl-mode))
+(add-hook 'tpl-mode-hook '(lambda () (font-lock-mode 1)))</diff>
      <filename>defunkt/modes.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0053bbe212c8224e9476488d5f3c6352d70d0d9c</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/emacs/commit/6ec272162eb232b48fba53cdaee3a7310a0d06af</url>
  <id>6ec272162eb232b48fba53cdaee3a7310a0d06af</id>
  <committed-date>2009-10-19T13:31:51-07:00</committed-date>
  <authored-date>2009-10-19T13:31:51-07:00</authored-date>
  <message>activate tpl mode for mustache</message>
  <tree>ea893e8b0d7aad8539c9e0508232c379d92bbebc</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
