<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,15 +28,8 @@
 
 ;; ;; C-c C-down moves the current line down
 
-;; ;; C-a and &lt;home&gt; move to the first interesting character (regexp?) then to the beginning of the line
-;; (defun move-to-first-character-matching-regexp ()
-;;   (interactive)
-;;   (goto-char (line-beginning-position))
-;;   (let* ((first-character-regexp &quot;[a-z0-9]&quot;)
-;; 	 (matched-point (search-forward-regexp
-;; 			 first-character-regexp
-;; 			 (line-end-position))))
-;;     (if matched-point (backward-char))))
-
 (put 'upcase-region 'disabled nil)
 (put 'downcase-region 'disabled nil)
+
+(if (file-exists-p (expand-file-name &quot;~/.emacs.local&quot;))
+    (load (expand-file-name &quot;~/.emacs.local&quot;)))
\ No newline at end of file</diff>
      <filename>emacs/init.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cff7ec609bf2965a4bf8a9108196ce34f690f4e2</id>
    </parent>
  </parents>
  <author>
    <name>rsouza</name>
    <email>rsouza@souzar.(none)</email>
  </author>
  <url>http://github.com/rks/configamarator/commit/74213ae5134371edfb31a0b9326dc9f7ca2c29c8</url>
  <id>74213ae5134371edfb31a0b9326dc9f7ca2c29c8</id>
  <committed-date>2009-11-04T08:53:37-08:00</committed-date>
  <authored-date>2009-11-04T08:53:37-08:00</authored-date>
  <message>Load emacs.local if it exists</message>
  <tree>a2952c779ac80ceb45cfc59e194ce77f593664ce</tree>
  <committer>
    <name>rsouza</name>
    <email>rsouza@souzar.(none)</email>
  </committer>
</commit>
