Variable: fancy-splash-image
fancy-splash-image is a customizable variable defined in
startup.el.gz.
Value
nil
Documentation
The image to show in the splash screens, or nil for defaults.
Source Code
;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defcustom fancy-splash-image nil
"The image to show in the splash screens, or nil for defaults."
:type '(choice (const :tag "Default" nil)
(file :tag "File")))