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

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

Re: startup issue


From: Bob Proulx
Subject: Re: startup issue
Date: Wed, 11 Aug 2010 20:21:40 -0600
User-agent: Mutt/1.5.18 (2008-05-17)

Mitul Saha wrote:
> When I start emacs with a file, the window is automatically split
> horizontally into two from the beginning. How do I remove this
> setting (that is, no initial splitting by default)?

To prevent this I have the following in my .emacs file.

(if (>= emacs-major-version 22)
    (setq inhibit-startup-screen t))

If someone on the list has a solution that only does that if there are
files on the command line that would be preferable to me.

Bob



reply via email to

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