]> git.siccegge.de Git - dotfiles/emacs.git/commitdiff
Move emacs-site into .emacs.d
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 1 Mar 2016 19:55:27 +0000 (20:55 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 1 Mar 2016 19:55:59 +0000 (20:55 +0100)
init.el

diff --git a/init.el b/init.el
index 7da5c385db60264a5628e1dffec389b3f1b06957..a48b934808807a6460dabbc13fe9ee82ee1e7fbe 100644 (file)
--- a/init.el
+++ b/init.el
@@ -4,7 +4,7 @@
 
 (setq emacs-private-config (expand-file-name "~/.emacs.d/config/"))
 
 
 (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)
 
 (setq custom-file "~/.emacs.d/emacs-custom.el")
 (load custom-file)