Aug
29
Disabling the new Emacs splash screen
What an awful new “feature” in Emacs, but it’s simple to disable in your .emacs file:
(setq inhibit-splash-screen t);