From 11f86b8225772417d3576ad6cb2cb92bba172a09 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sun, 8 Jun 2003 15:15:09 +0000 Subject: [PATCH] Support /local/skel/all.emacs git-svn-id: file:///svn/tfheen/trunk/dotfiles@160 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs b/emacs index bffac11..668b940 100644 --- 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") -- 2.39.5