How to disable the emacs splash screen: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 17:50, 10 February 2015

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.