Click to See Complete Forum and Search --> : Emacs Question


killerasp
10-28-2001, 01:58 PM
how do i change the default font size in Emacs so when i load it up its the new font size

error27
10-28-2001, 07:06 PM
is it just emacs that's a problem or all programs?

if it's all progs then edit /etc/X11/XFree86
put the line:
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"

infront of the other font paths. ( 100 dots per inch is larger than 75 dpi. )

killerasp
10-29-2001, 12:22 AM
no, i just want the text in emacs to be smaller

error27
10-29-2001, 04:01 AM
for me that is
mule -> fontset -> courier -> 8

Anjo
10-24-2002, 11:39 PM
Where do you use the mule command you described? Is it added to the .emacs file, and if so where?