<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>elisp/go-mode.el</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -72,6 +72,17 @@
   &quot;Major mode for editing Caml code.&quot; t)
 (autoload 'camldebug &quot;camldebug&quot; (interactive) &quot;Debug caml mode&quot;)
 
+(autoload (quote go-mode) &quot;go-mode&quot; &quot;\
+Major mode for editing Go source text.
+
+This provides basic syntax highlighting for keywords, built-ins,
+functions, and some types.  It also provides indentation that is
+\(almost) identical to gofmt.
+
+\(fn)&quot; t nil)
+
+(add-to-list (quote auto-mode-alist) (cons &quot;\\.go$&quot; (function go-mode)))
+
 ; haskell mode
 (add-to-list 'load-path &quot;~/elisp/haskell-mode&quot;)
 (setq auto-mode-alist</diff>
      <filename>.emacs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f1ab4e0e109f513b583fe84e877b1540eab9396e</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/dotfiles/commit/af50376158684f964cbf81b3b90a2a94fbbad88b</url>
  <id>af50376158684f964cbf81b3b90a2a94fbbad88b</id>
  <committed-date>2009-11-10T16:35:48-08:00</committed-date>
  <authored-date>2009-11-10T16:35:48-08:00</authored-date>
  <message>Added go-mode.</message>
  <tree>56f92588498c2561023123eb2be8e85d803900d0</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
