[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs default font
From: |
Dan Davison |
Subject: |
Re: Emacs default font |
Date: |
Sun, 04 Jul 2010 14:01:46 -0400 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
bhargava <bhargava470@gmail.com> writes:
> Hi all,
> I would like to know what is the name of the default font in emacs. I
> donot like the default font that comes with the ubuntu package. I used
> emacs that I compiled from the source. For some reasons now I'm stuck up
> with the emacs installed from the ubuntu repo. I liked the default font
> that came with it. So I never cared about the font. I read some where
> about cse-huji-default-font but could not find this using the M-x
> command. (describe-variable).
>
> The font I'm talking about is some what similar to the font in this web
> page http://www.gnu.org/software/emacs/tour/ .
>
> So please let me know what the default font of emacs is how to set it.
I don't know about what the default font is on different systems, but
this is the line I'm using to configure the default face (I'm also on
Ubuntu).
(set-face-attribute 'default nil :height 110 :family "DejaVu Sans Mono")
Dan
>
> Thanks.