docs(doom): fix doom-variable-pitch-font reference
Fixes doom-variable-font so it is consistent with the actual variable used within doom, which is 'doom-variable-pitch-font'.
This commit is contained in:
parent
2236c3bcda
commit
08071f92b7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ core/core-ui.el has four relevant variables:
|
|||
|
||||
- ~doom-font~ :: the default font to use in Doom Emacs.
|
||||
- ~doom-big-font~ :: the font to use when ~doom-big-font-mode~ is enabled.
|
||||
- ~doom-variable-font~ :: the font to use when ~variable-pitch-mode~ is active
|
||||
- ~doom-variable-pitch-font~ :: the font to use when ~variable-pitch-mode~ is active
|
||||
(or where the ~variable-pitch~ face is used).
|
||||
- ~doom-unicode-font~ :: the font used to display unicode symbols. This is
|
||||
ignored if the [[doom-module:][:ui unicode]] module is enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue