help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I get an empty buffer at launch ?


From: Pascal J. Bourguignon
Subject: Re: How do I get an empty buffer at launch ?
Date: Wed, 08 Dec 2010 15:10:31 -0000
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/23.1 (gnu/linux)

Add:

    (setf inhibit-splash-screen t)
    (switch-to-buffer (get-buffer-create "emtpy"))
    (delete-other-windows)

at the end of your ~/.emacs


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]