emacs: add note about inhibit-startup-message
(cherry picked from commit c3060ab937
)
This commit is contained in:
parent
7eee2b197a
commit
06fbc3a480
|
@ -52,6 +52,10 @@ in {
|
||||||
Configuration to include in the Emacs default init file. See
|
Configuration to include in the Emacs default init file. See
|
||||||
<link xlink:href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Init-File.html"/>
|
<link xlink:href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Init-File.html"/>
|
||||||
for more.
|
for more.
|
||||||
|
</para><para>
|
||||||
|
Note, the <literal>inhibit-startup-message</literal> Emacs option
|
||||||
|
cannot be set here since Emacs disallows setting it from the default
|
||||||
|
initialization file.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue