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

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

Re: How to Get a Font Loaded Automatically on Start Up


From: Peter Dyballa
Subject: Re: How to Get a Font Loaded Automatically on Start Up
Date: Sun, 30 Sep 2007 20:02:27 +0200


Am 30.09.2007 um 15:10 schrieb kvnsm...@hotmail.com:

Is there something I can put in my ".emacs" file that will do this automatically for me every time I bring up an Emacs window?

        (setq initial-frame-alist '(
          (border-color     . "#4e3832")
          (foreground-color . "grey10")
          (background-color . "AliceBlue")
          (active-alpha     . 0.875)
          (inactive-alpha   . 0.75)
          (font . "fontset-10pt_lucidatypewriter")
          (top . 5) (left . 500) (width . 106) (height . 50)
          )
        )

There is also default-frame-alist.

--
Greetings

  Pete

The mathematician who pursues his studies without clear views of this matter, must often have the uncomfortable feeling that his paper and pencil surpass him in intelligence.
                                           Ernst Mach






reply via email to

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