Browse Source

load EDK's custom-file

custom
Hoàng Đức Hiếu 14 years ago
parent
commit
b34622b79a
  1. 2
      init.el

2
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
Loading…
Cancel
Save