How to disable the emacs splash screen
Jump to navigation
Jump to search
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.