How to remove the "welcome" page in emacs

As simple as adding to your .emacs :

(setq inhibit-startup-message t)

Read on http://stackoverflow.com/questions/744672/unable-to-hide-welcome-screen-in-emacs

This entry was posted in Uncategorized and tagged . Bookmark the permalink.

Leave a Reply