unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* default-frame-alist vs. initial-frame-alist
@ 2014-10-23 19:46 Tjernlund
  2014-10-24  6:43 ` Eli Zaretskii
  0 siblings, 1 reply; 14+ messages in thread
From: Tjernlund @ 2014-10-23 19:46 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-11-04 20:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 19:46 default-frame-alist vs. initial-frame-alist Tjernlund
2014-10-24  6:43 ` 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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).