From 20573d989cbbd93fb3f415f974b3f5adcaa299a2 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Tue, 1 Mar 2016 20:55:27 +0100 Subject: [PATCH] Move emacs-site into .emacs.d --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7da5c38..a48b934 100644 --- a/init.el +++ b/init.el @@ -4,7 +4,7 @@ (setq emacs-private-config (expand-file-name "~/.emacs.d/config/")) -(load-file "~/.emacs-site.el") +(load-file "~/.emacs.d/emacs-site.el") (setq custom-file "~/.emacs.d/emacs-custom.el") (load custom-file) -- 2.39.2