--- a/.emacs Thu Feb 04 00:04:17 2010 +0200 +++ b/.emacs Thu Feb 04 00:06:11 2010 +0200 @@ -39,4 +39,5 @@ (load dot-emacs-post)) (setq custom-file "~/.emacs-custom.el") -(load custom-file) +(if (file-exists-p custom-file) + (load custom-file))