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

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

Re: How do I change font size in emacs?


From: Sam Halliday
Subject: Re: How do I change font size in emacs?
Date: Sun, 8 Jun 2003 14:49:32 +0100

> How do I change font size in emacs?

add something like

(set-default-font
"-adobe-courier-medium-r-normal-*-*-140-*-*-*-*-iso8859-1")

to your ~/.emacs (assuming you're running an X server based emacs). if
you are a windows user, the above form of a font definition may confuse
you... if you use X, you will know that the 140 is the font size and
that is what you want to edit. this is my setting, i cant remember the
default font setting that emacs ships with...

or you can use the config menu in emacs, but i prefer to make all
changes to the .emacs

Sam


reply via email to

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