Go to the previous, next section.
The order of operations performed (in `startup.el') by Emacs when it is started up is as follows:
before-init-hook.
inhibit-default-init is
non-nil. (This is not done in `-batch' mode or if `-q'
was specified on command line.)
after-init-hook.
term-setup-hook.
window-setup-hook. See section Window Systems.
inhibit-startup-message is non-nil.
This display is also inhibited in batch mode, and if the current buffer is not `*scratch*'.
User Option: inhibit-startup-message
This variable inhibits the initial startup messages (the nonwarranty,
etc.). If it is non-nil, then the messages are not printed.
This variable exists so you can set it in your personal init file, once you are familiar with the contents of the startup message. Do not set this variable in the init file of a new user, or in a way that affects more than one user, because that would prevent new users from receiving the information they are supposed to see.
Go to the previous, next section.