(Emacs/config)~Eshell now opens in the same window

Usually I'm using eshell to go to some directory and launch dired,
find-file, compile, etc.  In that case, the smaller window makes no
sense.
This commit is contained in:
2024-08-15 15:41:37 +01:00
parent 4cf20ea9a1
commit ec750965fd

View File

@@ -1789,8 +1789,8 @@ them.
:defer t :defer t
:display :display
("\\*.*eshell\\*" ("\\*.*eshell\\*"
(display-buffer-at-bottom) (display-buffer-same-window)
(window-height . 0.33)) (reusable-frames . t))
:init :init
(setq eshell-cmpl-ignore-case t (setq eshell-cmpl-ignore-case t
eshell-cd-on-directory t eshell-cd-on-directory t