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

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

Re: font at startup


From: address@hidden
Subject: Re: font at startup
Date: Fri, 6 Mar 2009 05:09:17 -0800 (PST)
User-agent: G2/1.0

> How can I have emacs startup with the font that you can select from
>
> options > set font > misc, 8x13
>

Once you've used the GUI to select your font.

; Move to scratch
C-x C-b *scratch*

; Type the following, it gets the current font value
(frame parameter nil 'font)

; Execute the above emacs function -With cursor after last bracket
C-j

; Open your initial emacs file ( or where ever you want to put it)
C-x C-f ~/.emacs

; Add the following, changing the font as appropriate.
(set-default-font "-outline-Arial-normal-italic-normal-sans-16-*-*-*-p-
*-iso8859-1")


; Save
C-x  C-s


reply via email to

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