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

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

Re: Changing the colors of the initial frame


From: Volker Wysk
Subject: Re: Changing the colors of the initial frame
Date: Mon, 04 May 2015 19:45:47 +0200
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

Am Montag, 4. Mai 2015, 20:35:16 schrieb Eli Zaretskii:
> > From: Volker Wysk <verteiler@volker-wysk.de>
> > Date: Mon, 04 May 2015 19:15:54 +0200
> > 
> > (setq default-frame-alist  '(
> > 
> >   (height . 55)
> >   (width . 190)
> >   (font . "10x20")
> >   (vertical-scroll-bars . t)
> >   (horizontal-scroll-bars . nil)
> >   (foreground-color . "#00FF30")
> >   (background-color . "black")
> >   (cursor-color . "white")
> >   (cursor-type . box)
> > 
> > ))
> > 
> > However, this does not get applied to the initial frame. The background is
> > white. When creating a new frame (make-frame), the settings take effect.
> > How do I configure the initial frame?
> 
> Did you try the above with initial-frame-alist as well?

Yes, I've just tried it - following Damien's hint. It works now.

Thanks,
Volker



reply via email to

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