diff --git a/init.org b/init.org index 4123d9d..b8d6c9c 100644 --- a/init.org +++ b/init.org @@ -165,7 +165,7 @@ (let ((private-file (concat user-emacs-directory "private.el"))) (when (file-exists-p private-file) (load-file private-file)) - (when custom-file + (when (file-exists-p custom-file) (load-file custom-file)) (server-start))))