emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

default-frame-alist vs. initial-frame-alist


From: Tjernlund
Subject: default-frame-alist vs. initial-frame-alist
Date: Thu, 23 Oct 2014 21:46:27 +0200

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 via email to

[Prev in Thread] Current Thread [Next in Thread]