From 08071f92b7c2359c4759901c63cb52ccdfd636d4 Mon Sep 17 00:00:00 2001 From: Roch D'Amour Date: Sun, 21 Nov 2021 13:02:57 -0500 Subject: [PATCH] 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'. --- modules/ui/doom/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom/README.org b/modules/ui/doom/README.org index bbdc55034..1bb64d7f3 100644 --- a/modules/ui/doom/README.org +++ b/modules/ui/doom/README.org @@ -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.