From 3017cbeb17a9111c88f5d3ff70dcdcdf4a5d958b Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 19 Feb 2019 01:51:13 -0500 Subject: [PATCH] Actually evaluate custom.el file fixes safe-local-variable values stuff --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9a00e56..7609f83 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)