Add doom/{increase,decrease,reset}-font commands
Borrows the idea from zoom-frm (see #1389).
This commit is contained in:
parent
ef4106dae8
commit
0f0fdbc00c
8 changed files with 124 additions and 51 deletions
|
@ -20,10 +20,6 @@ Examples:
|
|||
(setq doom-font (font-spec :family \"Fira Mono\" :size 12))
|
||||
(setq doom-font \"Terminus (TTF):pixelsize=12:antialias=off\")")
|
||||
|
||||
(defvar doom-big-font nil
|
||||
"The font to use when `doom-big-font-mode' is enabled. Expects either a
|
||||
`font-spec' or a XFT font string. See `doom-font' for examples.")
|
||||
|
||||
(defvar doom-variable-pitch-font nil
|
||||
"The font to use for variable-pitch text.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue