From 6742cab10414132cb2376a1086e2a81252e2be89 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 14 Mar 2016 12:29:24 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20show=20eshell=20in=20a=20side?= =?UTF-8?q?=20window?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 81be1dc..c76b77f 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -451,7 +451,7 @@ MODE1 is enabled and vice-versa." display-buffer-same-window)) (add-to-list 'display-buffer-alist `(,(rx bol "*" (or "Flycheck errors*" - (and (or "ielm" "eshell") "*" eol))) + (and "ielm*" eol))) oni:pop-to-buffer-in-side-window)) (add-to-list 'display-buffer-alist `(,(rx bol "*server*" eol) display-buffer-in-side-window))