Minor, general comment revision

This commit is contained in:
Henrik Lissner 2018-09-27 23:04:16 -04:00
parent 29ad900c1f
commit 078e3028a6
5 changed files with 11 additions and 6 deletions

View file

@ -8,6 +8,8 @@ This is changed when `load-theme' is used as well.")
(defvar doom-font nil
"The default font to use. Expects either a `font-spec' or a XFT font string.
This affects the `default' and `fixed-pitch' faces.
Examples:
(setq doom-font (font-spec :family \"Fira Mono\" :size 12))
(setq doom-font \"Terminus (TTF):pixelsize=12:antialias=off\")")