From 57ac83c7d57c393a3b66b4122af68bc9363a639a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 24 Nov 2011 20:02:45 +0200 Subject: [PATCH] custom.el is now loaded just once --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index d19b8d9..270df63 100644 --- a/init.el +++ b/init.el @@ -61,7 +61,6 @@ by Prelude.") ;; config changes made through the customize UI will be store here (setq custom-file (concat prelude-personal-dir "custom.el")) -(load custom-file 'noerror) ;; the core stuff (require 'prelude-ui)