help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Color of new window C-x 5 2?


From: Robert Pluim
Subject: Re: Color of new window C-x 5 2?
Date: Wed, 18 Mar 2020 17:37:50 +0100

>>>>> On Wed, 18 Mar 2020 11:52:45 -0400, Nicholas Papadonis 
>>>>> <nick.papadonis.ml@gmail.com> said:

    Nicholas> Not yet.  How should I use default-frame-parameters?

I think Eli meant default-frame-alist.

Put something like

(add-to-list 'default-frame-alist '(foreground-color . "green"))

in your .emacs file. Although this is the equivalent of customizing
the colour of the default face to "green".

Robert



reply via email to

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