tools/eshell: change split behavior to open non-eshell window

This commit is contained in:
Henrik Lissner
2018-05-25 01:00:04 +02:00
parent cce30367bb
commit 0348686cce

View File

@ -175,14 +175,14 @@ delete."
"Create a new eshell window below the current one."
(interactive)
(select-window (split-window-vertically))
(+eshell/open))
(bury-buffer))
;;;###autoload
(defun +eshell/split-right ()
"Create a new eshell window to the right of the current one."
(interactive)
(select-window (split-window-horizontally))
(+eshell/open))
(bury-buffer))
;; `make-ring'
;; `ring-ref'