comparison lispref/os.texi @ 22267:dfac7398266b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 May 1998 23:47:15 +0000
parents 40089afa2b1d
children f0cd03a7dac9
comparison
equal deleted inserted replaced
22266:8b08793f2633 22267:dfac7398266b
192 Another file for site-customization is @file{site-start.el}. Emacs 192 Another file for site-customization is @file{site-start.el}. Emacs
193 loads this @emph{before} the user's init file. You can inhibit the 193 loads this @emph{before} the user's init file. You can inhibit the
194 loading of this file with the option @samp{-no-site-file}. 194 loading of this file with the option @samp{-no-site-file}.
195 195
196 @defvar site-run-file 196 @defvar site-run-file
197 This variable specifies the site-customization file to load 197 This variable specifies the site-customization file to load before the
198 before the user's init file. Its normal value is @code{"site-start"}. 198 user's init file. Its normal value is @code{"site-start"}. The only
199 (The only way to change it with real effect is before dumping Emacs.) 199 way you can change it with real effect is to do so before dumping
200 Emacs.
200 @end defvar 201 @end defvar
201 202
202 If there is a great deal of code in your @file{.emacs} file, you 203 If there is a great deal of code in your @file{.emacs} file, you
203 should move it into another file named @file{@var{something}.el}, 204 should move it into another file named @file{@var{something}.el},
204 byte-compile it (@pxref{Byte Compilation}), and make your @file{.emacs} 205 byte-compile it (@pxref{Byte Compilation}), and make your @file{.emacs}