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:
Roch D'Amour 2021-11-21 13:02:57 -05:00 committed by Henrik Lissner
parent 2236c3bcda
commit 08071f92b7

View file

@ -71,7 +71,7 @@ core/core-ui.el has four relevant variables:
- ~doom-font~ :: the default font to use in Doom Emacs. - ~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-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). (or where the ~variable-pitch~ face is used).
- ~doom-unicode-font~ :: the font used to display unicode symbols. This is - ~doom-unicode-font~ :: the font used to display unicode symbols. This is
ignored if the [[doom-module:][:ui unicode]] module is enabled. ignored if the [[doom-module:][:ui unicode]] module is enabled.