shell layer: set shell-pop-full-span to t

This commit is contained in:
syl20bnr 2015-05-21 00:53:54 -04:00
parent f75c2b5aa5
commit f586aa8b39

View file

@ -82,7 +82,8 @@
(progn
(setq shell-pop-window-position shell-default-position
shell-pop-window-height shell-default-height
shell-pop-term-shell shell-default-term-shell)
shell-pop-term-shell shell-default-term-shell
shell-pop-full-span t)
(defmacro make-shell-pop-command (type &optional shell)
(let* ((name (symbol-name type)))
`(defun ,(intern (concat "shell-pop-" name)) (index)