From b34622b79a3edc7a39b658ffb8c3feae4ba12a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20=C4=90=E1=BB=A9c=20Hi=E1=BA=BFu?= Date: Mon, 10 Oct 2011 16:26:28 +0700 Subject: [PATCH] load EDK's custom-file --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 19fc653..46a6b50 100644 --- a/init.el +++ b/init.el @@ -63,4 +63,6 @@ (require 'prelude-ruby) (require 'prelude-xml) +(setq custom-file (concat prelude-dir "custom.el")) +(load custom-file 'noerror) ;;; init.el ends here