From: tfheen Date: Sun, 4 May 2003 20:06:01 +0000 (+0000) Subject: Handle fucked /local setup X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb323b2ede6eb386568ad12ad9949c58d6fd3033;p=dotfiles Handle fucked /local setup git-svn-id: file:///svn/tfheen/trunk/dotfiles@138 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- 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