Andrew Clunis

Trending towards more awesome.

Setting Emacs 22 for Windows' Font to Consolas

Emacs 22 for Windows, unlike its X11 counterpart, supports anti-aliased TrueType fonts.

Thus, it looks much better if you set it to use the shiny new Consolas monospaced font included with Vista (or indeed, any other TrueType font you care to use):

Add this to ~/.emacs:

1
2
(set-face-font 'default
"-outline-Consolas-normal-r-normal-normal-15-112-96-96-c-*-iso8859-1")