emacs-devel
[Top][All Lists]
Advanced

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

Re: splash screen shown when Emacs started with files on the command lin


From: Arne Jørgensen
Subject: Re: splash screen shown when Emacs started with files on the command line
Date: Sat, 10 Dec 2005 20:10:33 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Paul Pogonyshev <address@hidden> writes:

> I believe the splash screen shouldn't be shown when Emacs is started
> with files on the command line.  I sometimes do that when editing
> some configuration files as root.  (Emacs is configured `--with-x'.)

You can put something like

(when (> (safe-length command-line-args) 1)
  (setq inhibit-startup-message t))

in your .emacs

Kind regards,
-- 
Arne Jørgensen <http://arnested.dk/>





reply via email to

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