Adjust :display record for eshell

Previous record would annoyingly affect helpful buffers for eshell.
This commit is contained in:
2024-10-16 16:51:39 +01:00
parent 078427e6a8
commit 0d3832c32a

View File

@@ -1921,7 +1921,7 @@ them.
(use-package eshell
:defer t
:display
("\\*.*eshell\\*"
("\\*eshell\\*"
(display-buffer-same-window)
(reusable-frames . t))
:init