Font
Revision as of 01:50, 24 May 2015 by Holocronweaver (talk | contribs) (Created page with "'''Fonts''' are a collection of character symbols display text. Changing the font settings used by Emacs will alter the visual appearance of characters in text. ==Customize==...")
Fonts are a collection of character symbols display text. Changing the font settings used by Emacs will alter the visual appearance of characters in text.
Customize
Buffer
To customize the font used inside a particular buffer...
Sessions
To customize the font used for one or more sessions on a single Emacs installation, use M-x customize-face
. Typically you will want to modify the default
face.
.emacs.d
Fonts can also be configured inside .emacs.d elisp scripts. ...