[core] Fix wrong type for "dotspacemacs-startup-banner-scale"

Fixes #15597
This commit is contained in:
Maxi Wolff 2022-06-19 22:28:19 +02:00
parent cb09f57cf7
commit 31ccdca097
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 1 additions and 1 deletions

View File

@ -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