02.08.08

Setting the default font for Emacs

Posted in emacs, linux, 리눅스 tagged , , at 1:29 am by KJ

The same stuff was dealt here while a ago, but the problem came back after I installed a new Fedora. This time, the font specified in .emacs is displayed with wrong anti-alias (I guess.)

Another approach to change font in emacs is given here. This works for the new system as well, and I believe this is a better way now.

Edit ~/.Xdefault. The line in the next needs to be inserted.
Emacs.font: ‘any font name you want from xfontsel’

run ‘xrdb -merge $HOME/.Xdefaults’.

Leave a Comment