]> err.no Git - dotfiles/commitdiff
Handle fucked /local setup
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 4 May 2003 20:06:01 +0000 (20:06 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 4 May 2003 20:06:01 +0000 (20:06 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@138 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 169f78415b63181f1ef347902abb7e7deabe4585..bf67a1586c11835f87aadade0e0a9b7f89ad7986 100644 (file)
--- a/emacs
+++ b/emacs
@@ -1,13 +1,14 @@
 ; -*- emacs-lisp -*-
 ;
 
-(message "checking for local setup and loading..")
-(if (file-exists-p "/local/skel/all.emacs")
-    (load "/local/skel/all.emacs" nil t t))
-
 (message "loading .emacs-standard")
 (load "~/.emacs-standard")
 
+(cw/requiring-forms nil 
+  (message "checking for local setup and loading..")
+  (if (file-exists-p "/local/skel/all.emacs")
+      (load "/local/skel/all.emacs" nil t t)))
+
 (setq tfheen-color-preference 'light) ; light or dark
 
 (cw/for-emacs