comparison man/custom.texi @ 1738:f43f9ca6c7d9

[xemacs-hg @ 2003-10-10 12:39:27 by stephent] @var -> @code <87ad89mfs3.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 10 Oct 2003 12:39:45 +0000
parents 42375619fa45
children 95b25f4e7340
comparison
equal deleted inserted replaced
1737:68ed93de81b7 1738:f43f9ca6c7d9
289 By default @code{custom-file} is your @file{.emacs} file (for GNU Emacs 289 By default @code{custom-file} is your @file{.emacs} file (for GNU Emacs
290 and older XEmacs) and is @file{custom.el} in the same directory as 290 and older XEmacs) and is @file{custom.el} in the same directory as
291 @file{init.el} (in XEmacs 21.4 and later). If you use another file, you 291 @file{init.el} (in XEmacs 21.4 and later). If you use another file, you
292 must explicitly load it yourself. 292 must explicitly load it yourself.
293 293
294 As of XEmacs 21.4.7, when @var{custom-file} is present, it is loaded 294 As of XEmacs 21.4.7, when @code{custom-file} is present, it is loaded
295 @emph{after} @file{init.el}. This is likely to change in the future, 295 @emph{after} @file{init.el}. This is likely to change in the future,
296 because (1) actions in @file{init.el} often would like to depend on 296 because (1) actions in @file{init.el} often would like to depend on
297 customizations for consistent appearance and (2) Custom is quite brutal 297 customizations for consistent appearance and (2) Custom is quite brutal
298 about enforcing its idea of the correct values at initialization. 298 about enforcing its idea of the correct values at initialization.
299 299