Difference between revisions of "Font"
Jump to navigation
Jump to search
(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==...") |
|||
| Line 1: | Line 1: | ||
| − | '''Fonts''' are a collection of character symbols display text. Changing the font | + | '''Fonts''' are a collection of character symbols used to display text. Changing the font used by Emacs will alter the visual appearance of text characters. |
==Customize== | ==Customize== | ||
Latest revision as of 17:44, 2 August 2015
Fonts are a collection of character symbols used to display text. Changing the font used by Emacs will alter the visual appearance of text characters.
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. ...