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

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

Re: how to disable welcome message in emacs


From: weber
Subject: Re: how to disable welcome message in emacs
Date: Thu, 11 Oct 2007 16:44:20 -0000
User-agent: G2/1.0

On Oct 11, 12:41 pm, Sauro Cesaretti <m...@saurocesaretti.com> wrote:
> Hello everone,
>
> Can anyone give me some information to disalbe welcome message
> in emacs?
> I remeber that I should set one variable with the value nil but
> I cant remeber what is.
>
> Thanks in advance
> best regards, Sauro

(setq inhibit-startup-message t)
(setq inhibit-startup-echo-area-message t)
(setq initial-scratch-message nil)



reply via email to

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