We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42370a4 commit b475f1cCopy full SHA for b475f1c
multi-shell.el
@@ -59,8 +59,8 @@
59
(defun multi-shell--run-shell-procss-by-type ()
60
"Run the shell process by current type."
61
(cl-case multi-shell-prefer-shell-type
62
- ('shell (shell))
63
- ('eshell (eshell))))
+ (shell (shell))
+ (eshell (eshell))))
64
65
(defun multi-shell--form-name (base)
66
"Form the shell name by BASE."
0 commit comments