From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: How to change size of font?
Date: Fri, 08 Aug 2008 11:05:16 +0300 [thread overview]
Message-ID: <u1w10j5j7.fsf@gnu.org> (raw)
In-Reply-To: <ffe0539f0808070818j17c48efck299c3c33b35887ec@mail.gmail.com>
> 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.
prev parent reply other threads:[~2008-08-08 8:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-07 15:18 How to change size of font? xiaopeng hu
2008-08-08 8:05 ` Eli Zaretskii [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u1w10j5j7.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.