(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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user