<gyre(a)kop.org> wrote:
I'm using the XEMACSDEBUG method for now, but it would be nice to
be
able to disable the toolbar in a slightly less klunky method. :)
I have a hack that allows me to load the custom file very early,
precisely for this kind of problems. Put this in your init.el file:
;; Load the custom file *before* the init file (this is nicer,
;; especially for visual settings). In order to do that, temporarily
;; fake its name so that the initialization process doesnt' find it,
;; and load the real one manually right here:
(let ((real-custom-file custom-file))
(setq custom-file "nonsense")
(load real-custom-file)
(add-hook 'after-init-hook
`(lambda () (setq custom-file ,real-custom-file))))
--
Resistance is futile. You will be jazzimilated.
Scientific site:
http://www.lrde.epita.fr/~didier
Music (Jazz) site:
http://www.didierverna.com
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta