From 0d3832c32a827fea0261c71151297787819401eb Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 16 Oct 2024 16:51:39 +0100 Subject: Adjust :display record for eshell Previous record would annoyingly affect helpful buffers for eshell. --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 2355529..d47a117 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1921,7 +1921,7 @@ them. (use-package eshell :defer t :display - ("\\*.*eshell\\*" + ("\\*eshell\\*" (display-buffer-same-window) (reusable-frames . t)) :init -- cgit v1.2.3-13-gbd6f