From c1242a4d0b63fa03a171975090af178c4a1bb6e8 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 17 Dec 2017 13:34:27 -0500 Subject: [PATCH] Fix the location of custom-file --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 52d664b..dba520b 100644 --- a/init.el +++ b/init.el @@ -50,7 +50,7 @@ inhibit-splash-screen t ; Don't show splash screen x-gtk-use-system-tooltips nil ; Don't use system tooltips mouse-wheel-progressive-speed nil ; Don't accelerate mouse scrolling - custom-file "custom.el" ; Use separate custom-vars file + custom-file "~/.emacs.d/custom.el" ; Use separate custom-vars file ) ;; Set backup behavior.