]> err.no Git - dotfiles/commitdiff
Support /local/skel/all.emacs
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 8 Jun 2003 15:15:09 +0000 (15:15 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sun, 8 Jun 2003 15:15:09 +0000 (15:15 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@160 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index bffac112b24ea93081e6fdc8d4e08627bbd4dada..668b9405724029f39264b62f610ac46d840ac20c 100644 (file)
--- a/emacs
+++ b/emacs
@@ -1,6 +1,10 @@
 ; -*- 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")