From 9a646551ad477f19a0536d9055b149ba4e586cf7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 14:17:36 +0200 Subject: Move loading custom file to init.org --- .emacs.d/init.el | 5 ----- 1 file changed, 5 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 99aafa3..e06caa6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,7 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq custom-file "~/.emacs.d/custom.el") (setq default-frame-alist `((border-width . 0) (internal-border-width . 0) @@ -1441,10 +1440,6 @@ from myaethon2.core.decorators import ( (load system-name :noerror) -;;;; Custom -;; Finally, load any `customize' settings. -(load custom-file) - ;;;; End (provide 'init) -- cgit v1.2.3-54-g00ecf