From bb323b2ede6eb386568ad12ad9949c58d6fd3033 Mon Sep 17 00:00:00 2001 From: tfheen Date: Sun, 4 May 2003 20:06:01 +0000 Subject: [PATCH] Handle fucked /local setup git-svn-id: file:///svn/tfheen/trunk/dotfiles@138 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/emacs b/emacs index 169f784..bf67a15 100644 --- 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 -- 2.39.5