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

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

Re: Fontsize on startup


From: Peter Dyballa
Subject: Re: Fontsize on startup
Date: Mon, 4 Jul 2005 10:38:49 +0200


Am 03.07.2005 um 22:22 schrieb Stefan Bienert:

One problem I couldnt solve with the help of google is the font size, emacs
starts with.


You could try something like this too:

        (setq initial-frame-alist '(
          (border-color . "#4e3832")
          (foreground-color . "grey10")
          (background-color . "honeydew")
          (font . "fontset-10pt_lucidatypewriter")
          (top . 5) (left . 500) (width . 106) (height . 50))
        )
        (setq default-frame-alist '(
          (background-color . "LightCyan1")
;         (background-color . "ivory")
;         (background-color . "ghost white")
          (cursor-color . "purple")
          (cursor-type . box)
          (foreground-color . "grey10")
          (vertical-scroll-bars . left)
;         (font . "fontset-11pt_adobe_courier")
          (font . "-adobe-courier-medium-r-*-11-*-iso10646-1")
          (top . 25) (left . 50) (width . 89) (height . 50))
        )

--
Mit friedvollen Grüßen

  Pete

Seelsorge statt Krankenkasse: das ist neu und liberal, die wähl' ich!





reply via email to

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