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

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

Re: Set default font for all frames


From: Peter Dyballa
Subject: Re: Set default font for all frames
Date: Sat, 1 Aug 2009 09:32:00 +0200


Am 01.08.2009 um 05:43 schrieb Richard Hoskins:

when I make a new frame, Monoco is used


        (setq initial-frame-alist
          (append (list
            '(border-color      . "#4e3832")
            '(foreground-color  . "grey10")
            '(background-color  . "AliceBlue")
            '(active-alpha      . 0.875)
            '(inactive-alpha    . 0.75)
            '(font . "fontset-10pt_lucidatypewriter")
;           '(font . "Envy Code R-18")
            '(top . 136) '(left . 666) '(width . 100) '(height . 57)
          ) initial-frame-alist))

And there is also default-frame-alist for all (other) frames.

--
Greetings

  Pete

For some reason, this fortune reminds everyone of Marvin Zelkowitz.







reply via email to

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