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

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

Re: How to change size of font?


From: Eli Zaretskii
Subject: Re: How to change size of font?
Date: Fri, 08 Aug 2008 11:05:16 +0300

> Date: Thu, 7 Aug 2008 23:18:11 +0800
> From: "xiaopeng hu" <huxiaopengstat@gmail.com>
> 
> I choose new font size from option->set font/fontset and Save options,
> but when next time I run emacs, font size changed back to default size.
> 
> How to change size of font?

You need to customize default-frame-alist in your ~/.emacs init file.
Here's an example from mine:

  (add-to-list 'default-frame-alist 
               '(font . "-outline-Courier 
New-normal-r-normal-normal-15-112-96-96-c-90-iso8859-1"))

See the node "Creating Frames" in the Emacs manual for more
information about this.




reply via email to

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