.emacs
changeset 304 69d3124ca29c
parent 302 e93ff9360a51
child 343 fb177bcb3d6f
--- 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))