From 89bbdfbde6d160d735e463b758cc7be08381938a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 14 Sep 2017 19:35:40 +0200 Subject: [PATCH] [Init] Move around custom.el This file differs between machines anyway, so there is no need to track it. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index a582769..5e8bffe 100644 --- a/init.el +++ b/init.el @@ -226,7 +226,7 @@ (setq user-full-name "Daniel Borchmann" user-mail-address db/personal-mail-address) -(setq custom-file (expand-file-name "private/custom.el" emacs-d)) +(setq custom-file (expand-file-name "custom.el" emacs-d)) (load-file custom-file) (use-package cl-lib)