<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>org-gtd.el</filename>
    </added>
    <added>
      <filename>package-emacs23.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -787,7 +787,7 @@
      (highlight-current-line ((t (nil))))
      (highlight-current-line-face ((t (nil))))
      (highlight-symbol-face ((t (:foreground &quot;gray90&quot; :background &quot;gray35&quot;))))
-     (highline-face ((t (:background &quot;DeepSkyBlue4&quot;))))
+     (highline-face ((t (:background &quot;gray15&quot;))))
      (highline-vertical-face ((t (:background &quot;lightcyan&quot;))))
      (holiday ((t (:background &quot;chocolate4&quot;))))
      (holiday-face ((t (nil))))
@@ -1008,7 +1008,7 @@
      (nobreak-space ((t (nil))))
      (org-agenda-structure ((t (nil))))
      (org-archived ((t (nil))))
-     (org-code ((t (:foreground &quot;gold&quot;))))
+     (org-code ((t (:foreground &quot;gray70&quot; :background &quot;gray23&quot;))))
      (org-column ((t (nil))))
      (org-date ((t (:background &quot;darkgoldenrod&quot; :foreground &quot;yellow&quot;))))
      (org-deadline-announce ((t (:foreground &quot;red&quot;))))
@@ -1018,7 +1018,7 @@
      (org-formula ((t (:foreground &quot;chocolate1&quot;))))
      (org-headline-done ((t (:foreground &quot;gray45&quot;))))
      (org-hide ((t (:foreground &quot;gray27&quot;))))
-     (org-level-1 ((t ( :foreground &quot;white&quot; ))))
+     (org-level-1 ((t ( :foreground &quot;white&quot; :underline &quot;red&quot;))))
      (org-level-2 ((t ( :foreground &quot;yellow&quot; ))))
      (org-level-3 ((t (:foreground &quot;paleturquoise&quot;))))
      (org-level-4 ((t (:foreground &quot;deepskyblue&quot;))))
@@ -1026,7 +1026,7 @@
      (org-level-6 ((t (:foreground &quot;royalblue&quot;))))
      (org-level-7 ((t (:foreground &quot;gray50&quot;))))
      (org-level-8 ((t (:foreground &quot;gray35&quot;))))
-     (org-link ((t (:foreground &quot;greenyellow&quot;))))
+     (org-link ((t (:foreground &quot;yellowgreen&quot; :underline &quot;yellow&quot;))))
      (org-property-value ((t (:foreground &quot;greenyellow&quot;))))
      (org-scheduled-previously ((t (:foreground &quot;red&quot;))))
      (org-scheduled-today ((t (:foreground &quot;LightSkyBlue&quot;))))</diff>
      <filename>gunmetal.el</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@
 (add-to-list 'load-path &quot;~/clon&quot;)
 (add-to-list 'load-path &quot;~/eon&quot;)
 (add-to-list 'load-path &quot;~/alpha&quot;)
-(add-to-list 'load-path &quot;~/impress&quot;)
+;(add-to-list 'load-path &quot;~/impress&quot;)
 (defun add-elisp-dir (directory-name)
   (add-to-list 'load-path
 	       (expand-file-name directory-name user-elisp-dir)))
@@ -66,6 +66,8 @@
   (set-frame-font &quot;-*-terminus-medium-*-*-*-32-*-*-*-*-*-*-*&quot; :keep-size)
   (color-theme-gunmetal))
 (require 'color-theme)
+
+(add-to-list 'load-path &quot;~/emacs-config&quot;)
 (require 'gunmetal)
 
 (small-font)
@@ -991,6 +993,8 @@
 ;; (add-hook 'gnus-startup-hook 'bbdb-insinuate-message)
 ;; (set-variable 'bbdb-pop-up-target-lines 8)
 
+(load &quot;~/.gnus.el&quot;)
+
 ;;;;; mail aliases
 
 ;; (add-hook 'mail-setup-hook 'bbdb-define-all-aliases)
@@ -1231,7 +1235,8 @@
 (setf erc-pals
 '(&quot;rcy&quot; &quot;tromey&quot; &quot;sb2&quot; &quot;sabetts&quot; &quot;sabetts2&quot; &quot;johnsu01&quot; &quot;mwolson&quot; &quot;bobf&quot; &quot;simias&quot; &quot;male&quot; &quot;kv2004&quot; &quot;aref&quot;))
 (setf erc-track-visibility 'visible)
-(setf erc-autojoin-channels-alist '((&quot;freenode&quot; &quot;#lispgames&quot; &quot;#rlx&quot; &quot;#emacs&quot; &quot;#stumpwm&quot; &quot;#lisp&quot; &quot;##metaconference&quot;)))
+(setf erc-autojoin-channels-alist '((&quot;freenode&quot; &quot;#lispgames&quot; &quot;#rlx&quot; &quot;#emacs&quot; &quot;#stumpwm&quot; &quot;#lisp&quot; &quot;##metaconference&quot;)
+				    (&quot;quakenet&quot; &quot;#rgrd&quot;)))
 (setf erc-autoaway-message &quot; autoaway after %i seconds idle. &quot;)
 (setf erc-notify-list '(&quot;rcy&quot; &quot;sabetts&quot; &quot;sabetts2&quot; &quot;edrx&quot; &quot;brx&quot; &quot;johnsu01&quot; &quot;mwolson&quot; &quot;forcer&quot;))
 (setf erc-notify-interval 30)
@@ -1293,6 +1298,10 @@
 (add-hook 'emacs-lisp-mode-hook #'turn-on-orgstruct)
 (add-hook 'lisp-mode-hook #'turn-on-orgstruct)
 
+(global-set-key [(meta ?\))] 'org-cycle-local)
+(global-set-key [(meta ?\()] 'org-cycle-global)
+		
+	       
 ;;;; Fontifying todo items outside of org-mode
 
 (defface todo-comment-face '((t (:background &quot;red&quot; :foreground &quot;yellow&quot; :weight bold :bold t))) &quot;Face for TODO in code buffers.&quot;)</diff>
      <filename>init.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>868f878246daa104131ba2e291918efc39828ac8</id>
    </parent>
  </parents>
  <author>
    <name>David O'Toole</name>
    <email>dto@gnu.org</email>
  </author>
  <url>http://github.com/dto/emacs-config/commit/b2661f75304a1dae26c2e83db48532d023640d1d</url>
  <id>b2661f75304a1dae26c2e83db48532d023640d1d</id>
  <committed-date>2009-04-11T10:16:40-07:00</committed-date>
  <authored-date>2009-04-11T10:16:40-07:00</authored-date>
  <message>added build script and stuff</message>
  <tree>e4a0914a36e972248b777b9429b82a61e99a8c54</tree>
  <committer>
    <name>David O'Toole</name>
    <email>dto@gnu.org</email>
  </committer>
</commit>
