<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,3 +41,6 @@
 (setq anything-input-idle-delay 0.05)
 
 (global-set-key [\M-f10] 'anything)
+
+
+(provide 'init-anything)</diff>
      <filename>init-anything.el</filename>
    </modified>
    <modified>
      <diff>@@ -6,3 +6,5 @@
                       &quot;/\\.ido\\.last$&quot; &quot;/\\.ecb-tip-of-day\\.el$&quot; &quot;/\\.viper$&quot; &quot;/\\.recentf$&quot;))
 (require 'byte-code-cache)
 
+
+(provide 'init-byte-code-cache)</diff>
      <filename>init-byte-code-cache.el</filename>
    </modified>
    <modified>
      <diff>@@ -8,3 +8,6 @@
   &quot;Fire up slime running the swank-clojure backend&quot;
   (interactive)
   (slime 'clojure))
+
+
+(provide 'init-clojure)</diff>
      <filename>init-clojure.el</filename>
    </modified>
    <modified>
      <diff>@@ -50,3 +50,6 @@
 (autoload 'redshank-mode &quot;redshank&quot; &quot;Minor mode for editing and refactoring (Common) Lisp code.&quot; t)
 (autoload 'turn-on-redshank-mode &quot;redshank&quot; &quot;Turn on Redshank mode. Please see function `redshank-mode'.&quot; t)
 (add-hook 'lisp-mode-hook 'turn-on-redshank-mode)
+
+
+(provide 'init-common-lisp)</diff>
      <filename>init-common-lisp.el</filename>
    </modified>
    <modified>
      <diff>@@ -8,3 +8,5 @@
 (eval-after-load &quot;grep&quot;
   '(add-to-list 'grep-find-ignored-directories &quot;_darcs&quot;))
 
+
+(provide 'init-darcs)</diff>
      <filename>init-darcs.el</filename>
    </modified>
    <modified>
      <diff>@@ -18,3 +18,6 @@
 (add-hook 'nxml-mode-hook
           (lambda ()
             (add-to-list 'flyspell-prog-text-faces 'nxml-text-face)))
+
+
+(provide 'init-flyspell)</diff>
      <filename>init-flyspell.el</filename>
    </modified>
    <modified>
      <diff>@@ -49,3 +49,6 @@
       (let ((,old-size (face-attribute 'default :height)))
         (prog1 (progn ,@body)
           (set-face-attribute 'default nil :height ,old-size))))))
+
+
+(provide 'init-fonts)</diff>
      <filename>init-fonts.el</filename>
    </modified>
    <modified>
      <diff>@@ -42,3 +42,6 @@
 ;; My config requires a local GitHub config if it can find it.
 ;; See http://github.com/blog/180-local-github-config
 (require 'gist)
+
+
+(provide 'init-git)</diff>
      <filename>init-git.el</filename>
    </modified>
    <modified>
      <diff>@@ -12,3 +12,6 @@
             (define-key haskell-mode-map [?\C-c h] 'hoogle-lookup)
             (turn-on-haskell-doc-mode)
             (turn-on-haskell-indent)))
+
+
+(provide 'init-haskell)</diff>
      <filename>init-haskell.el</filename>
    </modified>
    <modified>
      <diff>@@ -27,3 +27,6 @@
        cmd-list)))))
 
 (global-set-key &quot;\M-x&quot; 'ido-execute)
+
+
+(provide 'init-ido)</diff>
      <filename>init-ido.el</filename>
    </modified>
    <modified>
      <diff>@@ -50,3 +50,6 @@
              (local-set-key &quot;\C-c\C-b&quot; 'js-send-buffer-and-go)
              (local-set-key &quot;\C-cl&quot; 'js-load-file-and-go)
              ))
+
+
+(provide 'init-javascript)</diff>
      <filename>init-javascript.el</filename>
    </modified>
    <modified>
      <diff>@@ -17,3 +17,6 @@
 
 (add-hook 'emacs-lisp-mode-hook 'pretty-lambdas)
 (add-hook 'emacs-lisp-mode-hook (lambda () (enable-paredit emacs-lisp-mode-map)))
+
+
+(provide 'init-lisp)</diff>
      <filename>init-lisp.el</filename>
    </modified>
    <modified>
      <diff>@@ -11,3 +11,6 @@
 (defun maximized-p (&amp;optional frame)
   (and (&lt;= (abs (- (mf-max-display-pixel-width) (frame-pixel-width frame))) (frame-char-width frame))
        (&lt;= (abs (- (mf-max-display-pixel-height) (+ mf-display-padding-height (frame-pixel-height frame)))) (+ 5 (frame-char-height frame)))))
+
+
+(provide 'init-maxframe)</diff>
      <filename>init-maxframe.el</filename>
    </modified>
    <modified>
      <diff>@@ -9,3 +9,6 @@
 (add-hook 'nxml-mode-hook (lambda ()
                             (make-variable-buffer-local 'ido-use-filename-at-point)
                             (setq ido-use-filename-at-point nil)))
+
+
+(provide 'init-nxml)</diff>
      <filename>init-nxml.el</filename>
    </modified>
    <modified>
      <diff>@@ -19,3 +19,6 @@
           (lambda ()
             (require 'pymacs)
             (pymacs-load &quot;ropemacs&quot; &quot;rope-&quot;)))
+
+
+(provide 'init-python-mode)</diff>
      <filename>init-python-mode.el</filename>
    </modified>
    <modified>
      <diff>@@ -7,3 +7,7 @@
 (require 'rinari)
 
 (add-hook 'rails-minor-mode-hook (lambda () (local-set-key [f6] 'recompile)))
+
+
+
+(provide 'init-rails)</diff>
      <filename>init-rails.el</filename>
    </modified>
    <modified>
      <diff>@@ -81,3 +81,6 @@
 (add-hook 'ruby-mode-hook (lambda () (local-set-key [f7] 'ruby-compilation-this-test)))
 
 (add-hook 'ruby-mode-hook (lambda () (local-set-key [f6] 'recompile)))
+
+
+(provide 'init-ruby-mode)</diff>
      <filename>init-ruby-mode.el</filename>
    </modified>
    <modified>
      <diff>@@ -15,3 +15,6 @@
     (funcall (split-window-func-with-other-buffer 'split-window-horizontally))))
 
 (global-set-key &quot;\C-x|&quot; 'split-window-horizontally-instead)
+
+
+(provide 'init-window-split)</diff>
      <filename>init-window-split.el</filename>
    </modified>
    <modified>
      <diff>@@ -42,14 +42,14 @@
 ;; Automatically byte-compile .el files
 ;;----------------------------------------------------------------------------
 (when *byte-code-cache-enabled*
-  (load &quot;init-byte-code-cache&quot;))
+  (require 'init-byte-code-cache))
 
 
 ;;----------------------------------------------------------------------------
 ;; Use elisp package manager (http://tromey.com/elpa/)
 ;;----------------------------------------------------------------------------
 (setq load-path (cons (expand-file-name &quot;~/.emacs.d/elpa&quot;) load-path))
-(load &quot;package&quot;)
+(require 'package)
 (package-initialize)
 
 
@@ -310,7 +310,7 @@ in `exec-path', or nil if no such command exists&quot;
 ;;----------------------------------------------------------------------------
 ;; Javascript
 ;;----------------------------------------------------------------------------
-(load &quot;init-javascript&quot;)
+(require 'init-javascript)
 
 ;;----------------------------------------------------------------------------
 ;; Extensions -&gt; Modes
@@ -349,13 +349,13 @@ in `exec-path', or nil if no such command exists&quot;
 ;; Darcs
 ;;----------------------------------------------------------------------------
 (when *darcs-support-enabled*
-  (load &quot;init-darcs&quot;))
+  (require 'init-darcs))
 
 
 ;;----------------------------------------------------------------------------
 ;; Git
 ;;----------------------------------------------------------------------------
-(load &quot;init-git&quot;)
+(require 'init-git)
 
 
 ;;----------------------------------------------------------------------------
@@ -371,8 +371,8 @@ in `exec-path', or nil if no such command exists&quot;
 ;;----------------------------------------------------------------------------
 (require 'recentf)
 (setq recentf-max-saved-items 100)
-(load &quot;init-ido&quot;)
-(load &quot;init-anything&quot;)
+(require 'init-ido)
+(require 'init-anything)
 
 
 ;;----------------------------------------------------------------------------
@@ -403,7 +403,8 @@ in `exec-path', or nil if no such command exists&quot;
 ;;----------------------------------------------------------------------------
 ;; When splitting window, show (other-buffer) in the new window
 ;;----------------------------------------------------------------------------
-(load &quot;init-window-split&quot;)
+(require 'init-window-split)
+
 
 ;;----------------------------------------------------------------------------
 ;; Desktop saving
@@ -449,13 +450,13 @@ in `exec-path', or nil if no such command exists&quot;
 (tool-bar-mode -1)
 (scroll-bar-mode -1)
 
-(load &quot;init-maxframe&quot;)
+(require 'init-maxframe)
 
 
 ;;----------------------------------------------------------------------------
 ;; Fonts
 ;;----------------------------------------------------------------------------
-(load &quot;init-fonts&quot;)
+(require 'init-fonts)
 
 
 ;;----------------------------------------------------------------------------
@@ -504,7 +505,7 @@ in `exec-path', or nil if no such command exists&quot;
 ;;----------------------------------------------------------------------------
 ;; NXML
 ;;----------------------------------------------------------------------------
-(load &quot;init-nxml&quot;)
+(require 'init-nxml)
 
 
 ;;----------------------------------------------------------------------------
@@ -522,15 +523,15 @@ in `exec-path', or nil if no such command exists&quot;
 ;;----------------------------------------------------------------------------
 ;; Python
 ;;----------------------------------------------------------------------------
-(load &quot;init-python-mode&quot;)
+(require 'init-python-mode)
 
 
 ;;----------------------------------------------------------------------------
 ;; Ruby &amp; Rails
 ;;----------------------------------------------------------------------------
-(load &quot;init-ruby-mode&quot;)
+(require 'init-ruby-mode)
 (when *rails-support-enabled*
-  (load &quot;init-rails&quot;))
+  (require 'init-rails))
 
 
 ;;----------------------------------------------------------------------------
@@ -594,11 +595,11 @@ in `exec-path', or nil if no such command exists&quot;
 ;;----------------------------------------------------------------------------
 ;; Lisp / Scheme / Slime
 ;;----------------------------------------------------------------------------
-(load &quot;init-lisp&quot;)
+(require 'init-lisp)
 (when *common-lisp-support-enabled*
-  (load &quot;init-common-lisp&quot;))
+  (require 'init-common-lisp))
 (when *clojure-support-enabled*
-  (load &quot;init-clojure&quot;))
+  (require 'init-clojure))
 (when *scheme-support-enabled*
   ; See http://bc.tech.coop/scheme/scheme-emacs.htm
   (require 'quack))
@@ -607,7 +608,7 @@ in `exec-path', or nil if no such command exists&quot;
 ;; Haskell
 ;;----------------------------------------------------------------------------
 (when *haskell-support-enabled*
-  (load &quot;init-haskell&quot;))
+  (require 'init-haskell))
 
 
 ;;----------------------------------------------------------------------------
@@ -623,7 +624,7 @@ in `exec-path', or nil if no such command exists&quot;
 ;; Add spell-checking in comments for all programming language modes
 ;;----------------------------------------------------------------------------
 (when *spell-check-support-enabled*
-  (load &quot;init-flyspell&quot;))
+  (require 'init-flyspell))
 
 
 ;;----------------------------------------------------------------------------</diff>
      <filename>init.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8ca3994d88fab7df32bfe11327ad907c25b8643b</id>
    </parent>
  </parents>
  <author>
    <name>Steve Purcell</name>
    <email>steve@sanityinc.com</email>
  </author>
  <url>http://github.com/purcell/emacs.d/commit/8cbd1bc3703a955254c347562f0c3329bd80bf81</url>
  <id>8cbd1bc3703a955254c347562f0c3329bd80bf81</id>
  <committed-date>2009-02-18T08:26:02-08:00</committed-date>
  <authored-date>2009-02-18T08:26:02-08:00</authored-date>
  <message>Convert each 'load' call for initialisation scripts into a 'require'</message>
  <tree>56237ff779d5738e04ae7629012e414a73c7cbf1</tree>
  <committer>
    <name>Steve Purcell</name>
    <email>steve@sanityinc.com</email>
  </committer>
</commit>
