[core] Add variable `dotspacemacs-startup-banner-scale' to scale the banner

This commit is contained in:
Lin Sun 2022-06-07 00:00:21 +00:00 committed by Maxi Wolff
parent 85edf6a578
commit 216b98c11e
2 changed files with 8 additions and 0 deletions

View File

@ -543,6 +543,7 @@ In org-agenda-mode
- New var =dotspacemacs-startup-buffer-multi-digit-delay= (thanks to duianto)
- New variable =dotspacemacs-scroll-bar-while-scrolling= (thanks to duianto)
- New variable =dotspacemacs-show-startup-list-numbers= (thanks to duianto)
- New variable =dotspacemacs-startup-banner-scale= (thanks to Daniel)
- Removed Variables:
- Removed unused variable =dotspacemacs-verbose-loading= from
=.spacemacs.template= (thanks to Ying Qu)

View File

@ -210,6 +210,13 @@ If the value is nil then no banner is displayed."
'(choice (const official) (const random) (const nil) string integer)
'spacemacs-dotspacemacs-init)
(spacemacs|defc dotspacemacs-startup-banner-scale 'auto
"Specify the scale value for the startup banner. Default value is `auto',
it displays the spacemacs logo with the scale value. An (0, 1] float value
will be applied to scale the banner."
'(choice (const auto) (const nil) float)
'spacemacs-dotspacemacs-init)
(spacemacs|defc dotspacemacs-startup-buffer-show-version t
"If true, show Spacemacs and Emacs version at the top right of the
Spacemacs buffer."