Basics
ChangeFontsPermanentlyOnWindows
Optionally, you can add some code to init.el directly:
or this, which works quite well for Emacs on Windows:
Emacs 23
Use the menu:- Options > Set Default Font …
- Options > Save Options
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
Post a Comment