Actually evaluate custom.el file

fixes safe-local-variable values stuff
This commit is contained in:
Adam Goldsmith 2019-02-19 01:51:13 -05:00
parent 3c13316b78
commit 3017cbeb17
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
vc-follow-symlinks t
custom-file (expand-file-name "~/.emacs.d/custom.el")
gc-cons-threshold 100000000)
(load custom-file)
(load-theme 'fred t)
(savehist-mode 1)
(show-paren-mode 1)