Remove Emacs Startup Screen

Since I upgraded to Emacs 22.1, or thereabouts, there has been an annoying Startup or Splash screen whenever I open a file.

After searching around the ole Intarweb, I found this useful tidbit:

;; Remove splash screen
(setq inhibit-splash-screen t)

Add that to your .emacs file, reload it, and voila!

Leave a Reply

Your email address will not be published. Required fields are marked *