From 125bae7a6515753ec1f9379f4d4c836b7b543553 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 5 Oct 2025 23:27:54 +0100 Subject: Ensure eshell display buffer position when called via project-eshell --- emacs-config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-config.org') diff --git a/emacs-config.org b/emacs-config.org index 28f4fe3..047939c 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -86,7 +86,7 @@ Add advice to enable ~query-replace~ to search the whole buffer or region if sel Eshell display settings. #+begin_src elisp - (cl-pushnew '("\\*e?shell\\*" + (cl-pushnew '("\\*?e?shell\\*" (display-buffer-in-side-window) (side . bottom) (slot . -1) -- cgit