Variable: inhibit-startup-screen

inhibit-startup-screen is a customizable variable defined in startup.el.gz.

Value

nil

Documentation

Non-nil inhibits the startup screen.

This is for use in your personal init file (but NOT site-start.el), once you are familiar with the contents of the startup screen.

View in manual

Probably introduced at or before Emacs version 23.1.

Aliases

inhibit-splash-screen inhibit-startup-message

Source Code

;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defcustom inhibit-startup-screen nil
  "Non-nil inhibits the startup screen.

This is for use in your personal init file (but NOT site-start.el),
once you are familiar with the contents of the startup screen."
  :type 'boolean)