[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Default font when creating a new frame
From: |
Christian Kellermann |
Subject: |
Re: Default font when creating a new frame |
Date: |
Fri, 22 Jun 2012 12:23:21 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) |
Peter Dyballa <Peter_Dyballa@Web.DE> writes:
>> Why is set-default-font not enough and what should I use instead?
>
> Maybe because GNU Emacs is using initial-frame-alist and
> default-frame-alist. This can lead to different settings applied to
> the first, initial, frame and others applied to the other frames. I
> think
>
> (setq initial-frame-alist default-frame-alist)
Hm, I have set this as the first statement in my .emacs but it has no
effect on the font when opening a new frame.