Actually evaluate custom.el file
fixes safe-local-variable values stuff
This commit is contained in:
parent
3c13316b78
commit
3017cbeb17
@ -5,6 +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-theme 'fred t)
|
(load-theme 'fred t)
|
||||||
(savehist-mode 1)
|
(savehist-mode 1)
|
||||||
(show-paren-mode 1)
|
(show-paren-mode 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user