mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs: update doom-theme variable docstring
This variable no longer accepts 'default to load no theme. Set it to nil instead. Ref #5535
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user