[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to change the font size in .emacs file
From: |
Sam Halliday |
Subject: |
Re: how to change the font size in .emacs file |
Date: |
Wed, 28 May 2003 20:38:08 +0100 |
Kai Großjohann wrote:
> M-x customize-face RET default RET
or if you are running emacs in X (i see you are in windows Tongjie Chen,
so i doubt this will work) add something like
(set-default-font
"-adobe-courier-medium-r-normal-*-*-140-*-*-*-*-iso8859-1")
to your .emacs file. i find this method the most intuitive as i like
being able to enter the font in this format.
cheers,
Sam