> Date: Wed, 12 Mar 2008 11:40:09 +0100 > From: =?ISO-8859-1?Q?Horacio_Emilio_P=E9rez_S=E1nchez?= > <[EMAIL PROTECTED]> > > how can I change in emacs for windows the default font size ?
Put something like this in your .emacs: (add-to-list 'default-frame-alist '(font . "-outline-Courier New-normal-r-normal-normal-15-112-96-96-c-90-iso8859-1")) (Of course, you should modify the font named here to your liking.)