From 0348686ccee2c0a665edef6adbb664a99b058df4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 25 May 2018 01:00:04 +0200 Subject: [PATCH] tools/eshell: change split behavior to open non-eshell window --- modules/tools/eshell/autoload/eshell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tools/eshell/autoload/eshell.el b/modules/tools/eshell/autoload/eshell.el index 57da503c8..059d0fba4 100644 --- a/modules/tools/eshell/autoload/eshell.el +++ b/modules/tools/eshell/autoload/eshell.el @@ -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'