summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.org b/config.org
index 29d4a4b..da14055 100644
--- a/config.org
+++ b/config.org
@@ -86,7 +86,8 @@ I don't want this autogenerated code to be added to main config file automatical
placed in its own file and won't annoy me.
#+BEGIN_SRC emacs-lisp
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
- (load custom-file)
+ (when (file-exists-p custom-file)
+ (load custom-file))
#+END_SRC
* Package management