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

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

Re: Setting default face-font in Carbon Emacs


From: Peter Dyballa
Subject: Re: Setting default face-font in Carbon Emacs
Date: Sun, 6 Mar 2005 20:08:57 +0100


Am 06.03.2005 um 17:08 schrieb Tim McNamara:

How do I get the face to apply to all buffers?

What about this?

  (setq initial-frame-alist '(
        (mouse-color      . "midnightblue")
        (foreground-color . "midnightblue")
        (background-color . "antiquewhite1")
        (font . "fontset-12pt_bitstream_courier")
        (top . 10) (left . 650) (width . 89) (height . 60)))
  (setq default-frame-alist '(
        (background-color . "ghost white")
        (foreground-color . "grey10")
        (vertical-scroll-bars . left)
        (font . "fontset-12pt_lucidasans_typewriter")
        (cursor-color . "purple")
        (cursor-type . box)
        (top . 20) (left . 150) (width . 89) (height . 56)))


--
Greetings

  Pete

Bake Pizza not war!





reply via email to

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