Adjust :display record for eshell
Previous record would annoyingly affect helpful buffers for eshell.
This commit is contained in:
@@ -1921,7 +1921,7 @@ them.
|
|||||||
(use-package eshell
|
(use-package eshell
|
||||||
:defer t
|
:defer t
|
||||||
:display
|
:display
|
||||||
("\\*.*eshell\\*"
|
("\\*eshell\\*"
|
||||||
(display-buffer-same-window)
|
(display-buffer-same-window)
|
||||||
(reusable-frames . t))
|
(reusable-frames . t))
|
||||||
:init
|
:init
|
||||||
|
|||||||
Reference in New Issue
Block a user