Fixed shell popup broken on macOS

Shell popup was broken, removing the '.' fixed it.
This commit is contained in:
Daniel Rivas Perez 2018-10-13 11:05:27 +01:00
parent c0508d1f77
commit b860fd760c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
(let ((shell (case shell-default-shell
('multi-term 'multiterm)
('shell 'inferior-shell)
(t . shell-default-shell))))
(t shell-default-shell))))
(call-interactively (intern (format "spacemacs/shell-pop-%S" shell)))))
(defun spacemacs/resize-shell-to-desired-width ()