all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tjernlund <tjernlund@tjernlund.se>
To: emacs-devel@gnu.org
Subject: default-frame-alist vs. initial-frame-alist
Date: Thu, 23 Oct 2014 21:46:27 +0200	[thread overview]
Message-ID: <1414093587.20031.6.camel@jocke.my.home> (raw)

I have to set both lists below to make the change in colors effective. I think it should be
enough with default-frame-alist. This is on both 24.3 and 24.4

;; Color settings.
(setq default-frame-alist '((background-color . "#333333") (foreground-color . "White") (cursor-color . "White")))
(setq initial-frame-alist default-frame-alist)

  Jocke




             reply	other threads:[~2014-10-23 19:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-23 19:46 Tjernlund [this message]
2014-10-24  6:43 ` default-frame-alist vs. initial-frame-alist Eli Zaretskii
2014-10-24 13:04   ` Stefan Monnier
2014-10-24 13:08     ` Eli Zaretskii
2014-10-24 13:51       ` Stefan Monnier
2014-10-24 14:12         ` Eli Zaretskii
2014-10-24 16:38           ` Tjernlund
2014-10-24 17:53             ` martin rudalics
2014-10-29 18:04               ` Tjernlund
2014-11-03  9:41                 ` martin rudalics
2014-11-03 19:28                   ` Tjernlund
2014-11-04  7:55                     ` martin rudalics
2014-11-04 20:13                       ` Tjernlund
2014-10-24 17:46   ` Stefan Monnier

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=1414093587.20031.6.camel@jocke.my.home \
    --to=tjernlund@tjernlund.se \
    --cc=emacs-devel@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.