<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,4 +17,5 @@ oddmuse/*
 image-dired/
 elim/
 elpa-to-submit/nxhtml/etc/schema/xhtml-loader.rnc~
-tramp
\ No newline at end of file
+tramp
+\#*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,12 @@
 ;; and brighter; it simply makes everything else vanish.&quot;
 ;; -Neal Stephenson, &quot;In the Beginning was the Command Line&quot;
 
+;; Turn off mouse interface early in startup to avoid momentary display
+;; You really don't need these; trust me.
+(if (fboundp 'menu-bar-mode) (menu-bar-mode -1))
+(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
+(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
+
 ;; Load path etc.
 
 (setq dotfiles-dir (file-name-directory</diff>
      <filename>init.el</filename>
    </modified>
    <modified>
      <diff>@@ -4,9 +4,7 @@
 
 (when window-system
   (setq frame-title-format '(buffer-file-name &quot;%f&quot; (&quot;%b&quot;)))
-  (turn-off-tool-bar)
   (tooltip-mode -1)
-  (turn-off-tool-bar)
   (blink-cursor-mode -1))
 
 (add-hook 'before-make-frame-hook 'turn-off-tool-bar)
@@ -50,9 +48,6 @@
 ;; Enable syntax highlighting for older Emacsen that have it off
 (global-font-lock-mode t)
 
-;; You really don't need this; trust me.
-(menu-bar-mode -1)
-
 ;; Save a list of recent files visited.
 (recentf-mode 1)
 </diff>
      <filename>starter-kit-misc.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b31b53da3be0c09f2e31cd514c8960ce27c1e491</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Nelson</name>
    <email>dnelson@bluejade.com</email>
  </author>
  <url>http://github.com/dirceu/emacs-starter-kit/commit/3e66ebea59d14cf1434f043cee77b41df16c9fa9</url>
  <id>3e66ebea59d14cf1434f043cee77b41df16c9fa9</id>
  <committed-date>2009-09-06T13:47:55-07:00</committed-date>
  <authored-date>2009-08-30T22:59:02-07:00</authored-date>
  <message>Remove mouse interactive elements at very beginning of initialization to prevent momentary display of the the toolbar</message>
  <tree>15ca3df919a4b005def0a1d927aa07c3b9965456</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
