all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Proulx <bob@proulx.com>
To: Mitul Saha <mitul.saha@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: startup issue
Date: Wed, 11 Aug 2010 20:21:40 -0600	[thread overview]
Message-ID: <20100812022140.GA5923@dementia.proulx.com> (raw)
In-Reply-To: <AANLkTi=Z-oiVhN9arY9K=Auxs6vJL-xHsxaY7Z0Yy4qM@mail.gmail.com>

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



  parent reply	other threads:[~2010-08-12  2:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-11 19:01 startup issue Mitul Saha
2010-08-11 22:16 ` Erik Iverson
2010-08-11 22:22   ` Mitul Saha
2010-08-11 23:23     ` Erik Iverson
2010-08-12  0:13       ` Mitul Saha
     [not found]   ` <mailman.4.1281565360.17272.help-gnu-emacs@gnu.org>
2010-08-12  0:01     ` Peter Axon
2010-08-12  2:21 ` Bob Proulx [this message]
     [not found] ` <mailman.4.1281579706.22719.help-gnu-emacs@gnu.org>
2010-08-12 20:52   ` Will Parsons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100812022140.GA5923@dementia.proulx.com \
    --to=bob@proulx.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=mitul.saha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.