mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/lispref/os.texi (Init File): Fix markup (bug#81049).
This commit is contained in:
parent
f4c326c378
commit
8e37499035
1 changed files with 2 additions and 2 deletions
|
|
@ -411,8 +411,8 @@ that the early init file is loaded much earlier during the startup
|
||||||
process, so you can use it to customize some things that are
|
process, so you can use it to customize some things that are
|
||||||
initialized before loading the regular init file. For example, you
|
initialized before loading the regular init file. For example, you
|
||||||
can customize the process of initializing the package system, by
|
can customize the process of initializing the package system, by
|
||||||
setting variables such as @var{package-load-list} or
|
setting variables such as @code{package-load-list} or
|
||||||
@var{package-enable-at-startup}. @xref{Package Installation,,,
|
@code{package-enable-at-startup}. @xref{Package Installation,,,
|
||||||
emacs,The GNU Emacs Manual}.
|
emacs,The GNU Emacs Manual}.
|
||||||
|
|
||||||
@cindex default init file
|
@cindex default init file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue