diff --git a/.emacs.d/init.el b/.emacs.d/init.el index cf44d6d..148f7f9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -5,7 +5,7 @@ vc-follow-symlinks t custom-file (expand-file-name "~/.emacs.d/custom.el") gc-cons-threshold 100000000) -(load custom-file) +(load custom-file t) (load-theme 'fred t) (column-number-mode 1) (setq standard-indent 2)