Hrvoje Niksic <hniksic(a)srce.hr> writes:
Then, use something like:
(load (startup-choose "init-early.el" ".xemacs-early"))
If you like that you can modify the suggestion I just posted to
(setq user-early-init-file
(or (locate-library "init-early" nil early-package-load-path)
(concat "~" init-file-user ".xemacs-early)))
(load user-early-init-file t t t)
Although personally I prefer ./xemacs/lisp/ over a whole suite of files
anyday
Jan