all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Thorpe <rt@robertthorpeconsulting.com>
To: Dieter Britz <dieterhansbritz@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Options
Date: Tue, 27 Jan 2015 23:52:31 +0000	[thread overview]
Message-ID: <87bnljkchs.fsf@robertthorpeconsulting.com> (raw)
In-Reply-To: <ma5c1v$7e5$1@dont-email.me> (message from Dieter Britz on Mon, 26 Jan 2015 12:30:55 +0000 (UTC))

Dieter Britz <dieterhansbritz@gmail.com> writes:

> I have a brand new emacs installation in my new Kubuntu
> system, and I want to change a couple of things, but
> can't work out how.
>
> I would like to change the length of the lines to
> more characters; and I would like to change the
> highlighting colour to yellow instead of white as it is.
>
> How do I do these things, and make them permanent? I can
> of course drag the emacs window wider but that has to be
> done every time.

I use the command:
(setq initial-frame-alist '((menu-bar-lines . 1)
			    (top . 5) (left . 300)
			    (width . 80) (height . 39)))

This is pretty-much the same as editing the value 'initial-frame-alist'
using customize.

As Marcin Borkowski mentions X determines the very first placement of
the window.  Emacs only moves the window when it reads the init file.
That means if you use the line above or customize you'll see your Emacs
window move during Emac's startup.  I don't mind that but doing it
through X solves this.

BR,
Robert Thorpe



      parent reply	other threads:[~2015-01-27 23:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 12:30 Options Dieter Britz
2015-01-26 19:11 ` Options Marcin Borkowski
     [not found] ` <mailman.18683.1422299516.1147.help-gnu-emacs@gnu.org>
2015-01-27  2:55   ` Options Rusi
2015-01-27 23:52 ` Robert Thorpe [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=87bnljkchs.fsf@robertthorpeconsulting.com \
    --to=rt@robertthorpeconsulting.com \
    --cc=dieterhansbritz@gmail.com \
    --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.