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

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

Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key a


From: Emanuel Berg
Subject: Re: How to get rid of *GNU Emacs* buffer on start-up by pressing a key as it used to be
Date: Mon, 13 Apr 2015 20:15:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Rusi <rustompmody@gmail.com> writes:

> I have as well (setq initial-scratch-message nil)

Here is what I use. In particular, note the
`inhibit-startup-echo-area-message' which you have to
supply your *username* to make work! Read the help to
realize why. It seems people put a lot of faith in
that message :)

;; no fanfare / init
(setq inhibit-startup-screen t)
(setq initial-scratch-message nil)
(setq inhibit-startup-echo-area-message "incal")
(kill-buffer "*scratch*")
(call-interactively 'w3m)
(cd "~")

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

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