From b71e5fdb179d7fdba92f80ce07aedbfb70339411 Mon Sep 17 00:00:00 2001 From: Boris Sergeev Date: Fri, 19 Mar 2021 03:11:47 +0300 Subject: [PATCH] Enhance shell-default-position validation spec to match values listed in it's documentation. --- layers/+tools/shell/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+tools/shell/config.el b/layers/+tools/shell/config.el index 4bfb9118a..f34f1b9be 100644 --- a/layers/+tools/shell/config.el +++ b/layers/+tools/shell/config.el @@ -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."