<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,4 +48,19 @@
 ;;   ;; If there is more than one, they won't work right.
 ;;  '(highlight-current-line-face ((t (:background &quot;#333333&quot;)))))
 
-;; (put 'narrow-to-region 'disabled nil)
\ No newline at end of file
+;; (put 'narrow-to-region 'disabled nil)
+
+
+(custom-set-variables
+  ;; custom-set-variables was added by Custom.
+  ;; If you edit it by hand, you could mess it up, so be careful.
+  ;; Your init file should contain only one such instance.
+  ;; If there is more than one, they won't work right.
+ '(highlight-current-line-globally t nil (highlight-current-line))
+ '(org-agenda-files (quote (&quot;~/hgfiles/org/org.org&quot; &quot;~/hgfiles/org/tasks.org&quot; &quot;~/hgfiles/org/notes.org&quot; &quot;~/hgfiles/org/phone.org&quot; &quot;~/hgfiles/org/jodi.org&quot; &quot;~/hgfiles/org/greg.org&quot; &quot;~/hgfiles/org/move.org&quot; &quot;~/hgfiles/org/studio.org&quot; &quot;~/hgfiles/org/mind.org&quot; &quot;~/hgfiles/org/archive.org&quot;))))
+(custom-set-faces
+  ;; custom-set-faces was added by Custom.
+  ;; If you edit it by hand, you could mess it up, so be careful.
+  ;; Your init file should contain only one such instance.
+  ;; If there is more than one, they won't work right.
+ '(highlight-current-line-face ((t (:background &quot;#333333&quot;)))))</diff>
      <filename>configs/custom.el</filename>
    </modified>
    <modified>
      <diff>@@ -72,6 +72,7 @@
 
 ;; ibuffer key
 (global-set-key (kbd &quot;C-;&quot;) 'ibuffer)
+
 ;; windmove bindings
 (when (fboundp 'windmove-default-keybindings)
       (windmove-default-keybindings))
@@ -128,4 +129,4 @@
 
 ;; SavePlace
 (setq save-place-file &quot;~/saveplace&quot;) ;; keep my ~/ clean
-(setq-default save-place t)                   ;; activate it for all buffers
+(setq-default save-place t)                   ;; activate it for all buffers
\ No newline at end of file</diff>
      <filename>configs/main.el</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,21 @@
 (add-to-list 'load-path (expand-file-name &quot;~/.emacs.d/vendor/org-mode/lisp&quot;))
 (add-to-list 'auto-mode-alist '(&quot;\\.\\(org\\|org_archive\\|txt\\)$&quot; . org-mode))
 (require 'org-install)
+(server-start)
+(require 'org-protocol)
+;(require 'org-annotation-quicksilver)
+
+(defun my-custom-handler (data)
+  (let ((content (org-protocol-split-data data t)))
+    (delete-other-windows)
+    (sit-for 2)
+    (animate-sequence content 2))
+  nil)
+
+(setq org-protocol-protocol-alist
+      '((&quot;Screencast goodie&quot;
+         :protocol &quot;screencast&quot;
+         :function my-custom-handler)))
 
 ;;
 ;; Standard key bindings
@@ -105,7 +120,7 @@
 (setq org-remember-templates (quote ((&quot;todo&quot; ?t &quot;* TODO %?
   %u
   %a&quot; &quot;~/hgfiles/org/tasks.org&quot; bottom nil)
-                                     (&quot;note&quot; ?n &quot;* %?                                        :NOTE:
+                                     (&quot;note&quot; ?n &quot;* %?                                      :NOTE:
   %u
   %a&quot; nil bottom nil)
                                      (&quot;phone&quot; ?p &quot;* PHONE %:name - %:company -                :PHONE:</diff>
      <filename>configs/org.el</filename>
    </modified>
    <modified>
      <diff>@@ -17,10 +17,15 @@
            (concat emacs-config-dir file)))
     (message &quot;Loaded config file: %s&quot; file)
     ))
+
+(add-to-list 'load-path &quot;/usr/share/emacs/site-lisp/w3m&quot;)
+;(if window-system
+;   (require 'w3m-load))
  
 (load-cfg-files '(&quot;browse_kill_ring&quot;
                   &quot;custom&quot;
                   &quot;git&quot;
+                  &quot;gnus&quot;
                   &quot;highlight_line&quot;
                   &quot;ido&quot;
                   &quot;javascript&quot;</diff>
      <filename>init.el</filename>
    </modified>
    <modified>
      <diff>@@ -57,7 +57,7 @@
 (autoload 'url-unhex-string &quot;url&quot;)
 
 (add-to-list 'org-remember-templates
-	     '(&quot;QS Inbox&quot; ?q &quot;\n* QS %U%?\n%i\n%a&quot; (concat org-directory &quot;~/gtd/inbox.org&quot;) &quot;Inbox&quot;) 'append)
+	     '(&quot;QS Inbox&quot; ?q &quot;\n* QS %U%?\n%i\n%a&quot; (concat org-directory &quot;~/hgfiles/org.org&quot;) &quot;Inbox&quot;) 'append)
 
 (defun org-qs-remember-annotation ()
   (if (string= noAnnotation &quot;true&quot;)</diff>
      <filename>vendor/org-annotation-quicksilver.el</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 855f85b46f9b473b33ba64f732797982ae4ca0a3
+Subproject commit 68492f74b7565bcd663d18eb5d38694c7ee1ac6c</diff>
      <filename>vendor/org-mode</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>59192283e9af3bc453a73da7507eefa4bb653828</id>
    </parent>
  </parents>
  <author>
    <name>Greg Newman</name>
    <email>greg@20seven.org</email>
  </author>
  <url>http://github.com/gregnewman/20seven-emacs/commit/8ca041e56b1248529dd16a32c4c0db828c880ccf</url>
  <id>8ca041e56b1248529dd16a32c4c0db828c880ccf</id>
  <committed-date>2009-06-26T02:16:20-07:00</committed-date>
  <authored-date>2009-06-26T02:16:20-07:00</authored-date>
  <message>some minor tweeeeeeeeks</message>
  <tree>d7efcabb4cfc0f9da0b80c58d3a3840a12097eb2</tree>
  <committer>
    <name>Greg Newman</name>
    <email>greg@20seven.org</email>
  </committer>
</commit>
