Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61b9fed1
Commit
61b9fed1
authored
Nov 12, 2008
by
Chong Yidong
Browse files
(Entering Emacs): Note that inhibit-startup-screen can't be changed in
the site-start file.
parent
517e2b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/emacs/entering.texi
doc/emacs/entering.texi
+8
-1
No files found.
doc/emacs/entering.texi
View file @
61b9fed1
...
...
@@ -69,7 +69,14 @@ non-@code{nil}, Emacs does not display the startup screen. In that
case, if one or more files were specified on the command line, Emacs
simply displays those files; otherwise, it displays a buffer named
@samp{*scratch*}, which can be used to evaluate Emacs Lisp expressions
interactively. @xref{Lisp Interaction}.
interactively (@pxref{Lisp Interaction}). You can set the variable
@code{inhibit-startup-screen} by using the Customize facility
(@pxref{Easy Customization}), or by editing your initialization file
(@pxref{Init File}).@footnote{Note that setting
@code{inhibit-startup-screen} in @file{site-start.el} doesn't work,
because the startup screen is set up before reading
@file{site-start.el}. @xref{Init File}, for information about
@file{site-start.el}.}
@node Exiting, Basic, Entering Emacs, Top
@section Exiting Emacs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment