From 1821e64673e86565ab870bc4ff6f8d897c2ea2cf Mon Sep 17 00:00:00 2001 From: YE Date: Wed, 15 Sep 2021 12:23:15 +0300 Subject: [PATCH] ; * doc/emacs/custom.texi (Early Init): Improve wording (Bug#50491) --- doc/emacs/custom.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 9220a2078f..564393e17e 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -2807,7 +2807,7 @@ Early Init File @cindex early init file Most customizations for Emacs should be put in the normal init file. -@xref{Init File}. However, it is sometimes desirable +@xref{Init File}. However, it is sometimes necessary to have customizations that take effect during Emacs startup earlier than the normal init file is processed. Such customizations can be put in the early init file, @file{~/.config/emacs/early-init.el} or @file{~/.emacs.d/early-init.el}. This file is loaded before the @@ -2819,7 +2819,7 @@ Early Init File making already-installed packages available, may be customized in the regular init file. @xref{Package Installation}. - We do not recommend that you move into @file{early-init.el} + We emphasize again, that it is not recommended to move into @file{early-init.el} customizations that can be left in the normal init files. That is because the early init file is read before the GUI is initialized, so customizations related to GUI features will not work reliably in -- 2.30.0