load EDK's custom-file

This commit is contained in:
Hoàng Đức Hiếu 2011-10-10 16:26:28 +07:00
parent ea15423f0a
commit b34622b79a

View file

@ -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