Don't error when custom.el doesn't exist

This commit is contained in:
Adam Goldsmith 2019-08-15 18:28:38 -04:00
parent 9dc46d9faf
commit ce69b4473f
1 changed files with 1 additions and 1 deletions

View File

@ -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)