aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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