From 701601ca86d3bdbf8e9ea6effcd65c96db5897cc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Jun 2018 11:06:46 -0700 Subject: Don't raise an error if custom.el doesn't exist --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9936c87..059fa4b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -396,7 +396,7 @@ (add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")) (setq custom-file (concat user-emacs-directory "custom.el")) -(load custom-file) +(load custom-file t) (provide 'init) ;;; init.el ends here -- cgit v1.2.3-54-g00ecf