How to disable the emacs splash screen

From LWP-Wiki
Revision as of 17:50, 10 February 2015 by Chris (talk | contribs) (Created page with "Category:software-faq 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. (cu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.