<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,15 +18,8 @@
 (setq my-ext-dir &quot;~/.emacs.d/ext&quot;)
 (add-to-list 'load-path my-ext-dir)
 
-(dolist (d (directory-files my-ext-dir))
-  (let ((full-path (concat my-ext-dir &quot;/&quot; d)))
-    (when (not (or (string= d &quot;.&quot;) (string= d &quot;..&quot;)))
-      (when (file-directory-p full-path)
-	(add-to-list 'load-path full-path)
-	(dolist (subd (directory-files full-path))
-	  (let ((subd-path (concat full-path &quot;/&quot; subd)))
-	    (when (and (or (string= subd &quot;elisp&quot;) (string= subd &quot;lisp&quot;))
-		       (file-directory-p subd-path))
-	      (add-to-list 'load-path subd-path))))))))
+(defun add-ext-load-path (&amp;rest ps)
+  (dolist (p ps) 
+    (add-to-list 'load-path (concat my-ext-dir &quot;/&quot; p))))
 
 (provide 'init-load-path)</diff>
      <filename>init-load-path.el</filename>
    </modified>
    <modified>
      <diff>@@ -21,6 +21,7 @@
   (interactive) 
   ())
 
+(add-ext-load-path &quot;color-theme&quot;)
 (require 'color-theme)
 (color-theme-initialize)
 (color-theme-vim-colors)
@@ -32,8 +33,10 @@
 				  mail-spool-file))
 (display-time)
 
+(add-ext-load-path &quot;iswitch-menu&quot;)
 (require 'iswitch-menu)
 
+(add-ext-load-path &quot;elscreen&quot; &quot;apel&quot;)
 (setq elscreen-display-tab nil)
 (require 'elscreen)
 </diff>
      <filename>init-ui.el</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,8 @@
-(add-to-list 'load-path &quot;~/.emacs.d/ext/swank-clojure/src/emacs&quot;)
+(add-ext-load-path &quot;swank-clojure/src/emacs&quot;
+		   &quot;clojure-mode&quot;
+		   &quot;swank-clojure&quot;
+		   &quot;slime&quot;)
+
 (setq swank-clojure-binary &quot;clj&quot;)
 
 (require 'clojure-mode)</diff>
      <filename>topics.d/topic-clojure.el</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+
 (load &quot;~/.emacs.d/ext/nxhtml/autostart.el&quot;)
 
 (provide 'topic-html)
\ No newline at end of file</diff>
      <filename>topics.d/topic-html.el</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@
 (setq flymake-extension-use-showtip t)
 (setq flymake-extension-auto-show nil)
 
+(add-ext-load-path &quot;egg&quot;)
 (require 'egg)
 
 (provide 'topic-programming)</diff>
      <filename>topics.d/topic-programming.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>04a31d5fb07f1df4a5ef25c299f0035a34dd31fe</id>
    </parent>
  </parents>
  <author>
    <name>Joost Diepenmaat</name>
    <email>joost@zeekat.nl</email>
  </author>
  <url>http://github.com/joodie/emacs-d/commit/c0802732fb89d31aecd789787f8434622133faf2</url>
  <id>c0802732fb89d31aecd789787f8434622133faf2</id>
  <committed-date>2009-10-31T07:43:02-07:00</committed-date>
  <authored-date>2009-10-31T07:43:02-07:00</authored-date>
  <message>less automatic load-path detection. make stuff more reliable</message>
  <tree>7a660c910b8ec1a407e84f2f25c16cd41df5b9c5</tree>
  <committer>
    <name>Joost Diepenmaat</name>
    <email>joost@zeekat.nl</email>
  </committer>
</commit>
