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

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

Re: (set-default-font) not conserved when I do C-x 5 2


From: Thomas Womack
Subject: Re: (set-default-font) not conserved when I do C-x 5 2
Date: Fri, 18 May 2007 11:00:55 +0100 (BST)

On Thu, 17 May 2007, Peter Dyballa wrote:


Am 17.05.2007 um 12:31 schrieb Thomas Womack:

How can I arrange that all my frames have font "6x13"?

Use

        (setq initial-frame-alist '(
            (font . "6x13")))
                (setq initial-frame-alist default-frame-alist)

Many thanks, that works perfectly.

[ I presume the last line should be (setq default-frame-alist initial-frame-alist) ]

Tom




reply via email to

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