Enhance shell-default-position validation spec

to match values listed in it's documentation.
This commit is contained in:
Boris Sergeev 2021-03-19 03:11:47 +03:00 committed by Eugene Yaremenko
parent da00174c11
commit b71e5fdb17

View file

@ -27,7 +27,7 @@
(spacemacs|defc shell-default-position 'bottom
"Position of the shell. Possible values are `top', `bottom', `full',
`left' and `right'."
'(choice (const bottom) (const full) (const top)))
'(choice (const top) (const bottom) (const full) (const left) (const right)))
(spacemacs|defc shell-default-height 30
"Height in percents for the shell window."