Browse Source

Merge pull request #5 from hdhoang/master

load EDK's custom-file
custom
Bozhidar Batsov 14 years ago
parent
commit
5e58c51299
  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