From fbfa144347e84b70ecbd2df82e00da0a23b0787d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 29 Sep 2021 18:32:18 +0200 Subject: [PATCH] docs: update doom-theme variable docstring This variable no longer accepts 'default to load no theme. Set it to nil instead. Ref #5535 --- core/core-ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index de4600983..10e4c9cfd 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -6,7 +6,8 @@ (defvar doom-theme nil "A symbol representing the Emacs theme to load at startup. -Set to `default' to load no theme at all. This is changed by `load-theme'.") +Set to `nil' to load no theme at all. This variable is changed by +`load-theme'.") (defvar doom-font nil "The default font to use.