Change font for the file
Posted
by demas
on Stack Overflow
See other posts from Stack Overflow
or by demas
Published on 2010-04-29T09:46:03Z
Indexed on
2010/04/29
9:47 UTC
Read the original article
Hit count: 364
emacs
I have a line in my .emacs which set a default font:
(set-default-font "Monaco-10")
It works fine for me, but I need two exceptions:
- I need to change default font for a one file, for example ~/some. How can I do it?
- I need to change default fonr for a gnux (M-x gnus). How can I achieve it?
© Stack Overflow or respective owner