[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to change the font size in .emacs file
From: |
Tongjie Chen |
Subject: |
Re: how to change the font size in .emacs file |
Date: |
Thu, 29 May 2003 01:03:21 -0500 |
The size is still too big for my windows.
"Sam Halliday" <devnull@example.com> wrote in message
20030528203808.52649f26.devnull@example.com">news:20030528203808.52649f26.devnull@example.com...
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