Basics

ChangeFontsPermanentlyOnWindows

Emacs 23

Use the menu:
  • Options > Set Default Font …
  • Options > Save Options
This saves the font to .emacs.
Optionally, you can add some code to init.el directly:
(set-face-attribute 'default nil :font "Andale Mono-12")
or this, which works quite well for Emacs on Windows:
(set-face-attribute 'default nil :family "Consolas" :height 110)

Comments

Popular posts from this blog

File Encoding

Display Chinese Characters in LaTex