Skip to content

Commit

Permalink
Enhance shell-default-position validation spec
Browse files Browse the repository at this point in the history
to match values listed in it's documentation.
  • Loading branch information
surgeboris authored and JAremko committed Mar 19, 2021
1 parent da00174 commit b71e5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+tools/shell/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit b71e5fd

Please sign in to comment.