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

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

Re: recommended font for emacs xft


From: Hadron
Subject: Re: recommended font for emacs xft
Date: Wed, 15 Aug 2007 18:14:14 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Tamas Papp <tkpapp@gmail.com> writes:

> Hi,
>
> I am happy using the alpha version of Emacs23 with the xft extension.
> However, I could not find a font that is just "right": Monospace-11
> looks very "weak".  I am looking for something not to tall (number of
> horizontal lines is important so I can fit more code on a screen).
> set-default-font snippets are welcome.
>
> Thanks,
>
> Tamas

(setq default-frame-alist (quote ((background-mode . dark) (border-color . 
"black") (cursor-color . "LightGray") (mouse-color . "Grey") (background-color 
. "darkslategrey") (foreground-color . "wheat") (font . "-bitstream-bitstream 
vera sans mono-medium-r-normal--13-120-*-*-*-*-*-*"))))



Which translates to

(set-default-font "-bitstream-bitstream vera sans 
mono-medium-r-normal--13-120-*-*-*-*-*-*")

Excellent.


reply via email to

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