From: Emanuel Berg <moasenwood@zoho.eu>
To: help-gnu-emacs@gnu.org
Subject: Re: Is it possible to start emacs w/o a split frame ?
Date: Wed, 20 Feb 2019 21:43:04 +0100 [thread overview]
Message-ID: <8636oifaxz.fsf@zoho.eu> (raw)
In-Reply-To: 20190220121053.3a71d5e2@mistral
jonetsu wrote:
> Subject line says it all. emacs starts with
> its frame split horizontally in two as on the
> top is the file being opened while the bottom
> part being about Gnu. Is it possible to start
> emacs with just one frame, the file to edit ?
Of course you can make Emacs start in any way
you want!
*In general*, do it like this:
1) Start Emacs the regular way
2) Set Emacs up the way you want, and remember
the commands. Then put those commands in
your init files, as Elisp code.
*Specifically*, find out what options to set.
Those two methods can be combined to do exactly
what you want.
For example, I have:
;; no fanfare / init
(setq inhibit-startup-screen t)
(setq inhibit-startup-echo-area-message "incal")
(setq byte-compile-verbose nil)
;; scratch buffer
(setq initial-scratch-message nil)
(kill-buffer "*scratch*")
;; starting point
(call-interactively #'w3m)
(cd "~/")
N.B. Change "incal", of course.
--
underground experts united
http://user.it.uu.se/~embe8573
prev parent reply other threads:[~2019-02-20 20:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-20 17:10 Is it possible to start emacs w/o a split frame ? jonetsu
2019-02-20 17:34 ` tomas
2019-02-20 17:52 ` jonetsu
2019-02-20 18:10 ` Jude DaShiell
2019-02-20 17:44 ` Nick Dokos
2019-02-20 17:55 ` jonetsu
2019-02-20 20:43 ` Emanuel Berg [this message]
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=8636oifaxz.fsf@zoho.eu \
--to=moasenwood@zoho.eu \
--cc=help-gnu-emacs@gnu.org \
/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.