How to disable the emacs splash screen

From LWP-Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

In your home directory there is a .emacs file. If the following variable isn't in there yet, just copy and paste it in, else just edit it.

(custom-set-variables
 '(inhibit-startup-screen t)
)

When you start emacs the next time, the splash-screen should not appear any more.