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:
parent
1cbd1e14e1
commit
fbfa144347
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue