Improve spacemacs/default-pop-shell docstring

Add instruction for controlling automatic change to working directory ('fixes'
This commit is contained in:
Daniel Nicolai 2021-07-30 14:23:38 +02:00 committed by duianto
parent b2a18301fa
commit 65121ddd30
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ view; to pop-up a full width buffer, use
(delete-window)))))))
(defun spacemacs/default-pop-shell ()
"Open the default shell in a popup."
"Open the default shell in a popup using `shell-pop'.
Additionally changes to working directory when the value of
`shell-pop-autocd-to-working-dir' is non-nil (default)."
(interactive)
(let ((shell (cl-case shell-default-shell
('multi-term 'multiterm)