[core] Fix wrong type for "dotspacemacs-startup-banner-scale"
Fixes #15597
This commit is contained in:
parent
cb09f57cf7
commit
31ccdca097
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ If the value is nil then no banner is displayed."
|
|||
"Specify the scale value for the startup banner. Default value is `auto',
|
||||
it displays the spacemacs logo with the scale value. A (0, 1] float value
|
||||
will be applied to scale the banner."
|
||||
'(choice (const auto) (const nil) float)
|
||||
'(choice (const auto) (const nil) number)
|
||||
'spacemacs-dotspacemacs-init)
|
||||
|
||||
(spacemacs|defc dotspacemacs-startup-buffer-show-version t
|
||||
|
|
Reference in a new issue