diff --git a/emacs/init.org b/emacs/init.org index 4116304..55195b8 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -246,8 +246,7 @@ And this function persists a variable: I don't want anything to write to my init.el, so save customizations in a separate file: #+BEGIN_SRC emacs-lisp (setq custom-file (expand-file-name "~/.emacs.d/custom.el")) - (when (file-exists-p custom-file) - (load custom-file)) + (load custom-file t) #+END_SRC * Dropbox