Don't error when custom.el doesn't exist
This commit is contained in:
parent
9dc46d9faf
commit
ce69b4473f
@ -5,7 +5,7 @@
|
|||||||
vc-follow-symlinks t
|
vc-follow-symlinks t
|
||||||
custom-file (expand-file-name "~/.emacs.d/custom.el")
|
custom-file (expand-file-name "~/.emacs.d/custom.el")
|
||||||
gc-cons-threshold 100000000)
|
gc-cons-threshold 100000000)
|
||||||
(load custom-file)
|
(load custom-file t)
|
||||||
(load-theme 'fred t)
|
(load-theme 'fred t)
|
||||||
(column-number-mode 1)
|
(column-number-mode 1)
|
||||||
(setq standard-indent 2)
|
(setq standard-indent 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user