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

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

Re: set default font - globally


From: Peter Dyballa
Subject: Re: set default font - globally
Date: Fri, 19 Oct 2007 10:54:51 +0200


Am 19.10.2007 um 09:30 schrieb Sebastian Kaps:

How can I set the default font for all current and future frames?

On the command line (emacs --help can help), as an X resource, or in some init file:

        (setq default-frame-alist '(
         '(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset-osaka")))
        
        (add-to-list 'default-frame-alist
         '(font . "fontset-10pt_bitstream_courier")))

--
Mit friedvollen Grüßen

  Pete

Mit Jazz statt Bomben gegen die Taliban!






reply via email to

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