>>>> "ms" == Michael Sperber
<sperber(a)informatik.uni-tuebingen.de> writes:
ms> I remember differently, mainly that it's possible to get
ms> custom-before-init with the current setup (by loading the
ms> custom stuff at the top of init.el), but that it's much harder
ms> to get the reverse under the reverse setup.
Huh? Name the custom file "perverse-order-custom.el", and put
(setq custom-file (expand-file-name "perverse-order-custom.el"
user-init-directory)
(load custom-file)
at the end of the init file. No? Whereas with custom-after-init, you
need to jump through hoops with `after-init-hook' to avoid loading
custom-file twice.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.