NetBSD-Users archive

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

Re: Set font size on EMACS-29.3 (not pkgsrc)



On 5/24/24 22:18, Todd Gruhn wrote:
I downloaded emacs-29.9.tar.gp an installed it.

I think the fonts used in the  GUI at top, are too small.

I wish to use larger fonts -- but how?
Use Mwm.*.*.* --  or do this  with /bin/ksh ./configure  ??

BTW -- I want EMACS and etc , outside of  pkgsrc.

Try putting something like this in your ~/.emacs.el:

(when window-system
(set-frame-font "Dejavu Sans Mono 12" t)) ; or whatever TTF font you have installed

Home | Main Index | Thread Index | Old Index