If you are having trouble setting the default font for emacs on Fedora 12, here’s a simple fix:
- Open emacs
- Options | Set Default Font…
- Choose the font and click “OK”
- Options | Save Options
1 comment:
Here's another way which worked in Fedora 14
http://stackoverflow.com/questions/294664/how-to-set-the-font-size-in-emacs
In summary, in .emacs file:
(set-face-attribute 'default nil :height 60)
Post a Comment