Don't let eshell manipulate the mode-line

This results in an almost empty mode-line otherwise.
This commit is contained in:
Daniel Borchmann 2025-10-10 16:42:48 +02:00
parent 67a312a29f
commit e8d1035f0c
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2795,7 +2795,8 @@ Note that this workaround is incomplete, as explained in this comment."
eshell-highlight-prompt nil eshell-highlight-prompt nil
eshell-cd-on-directory t eshell-cd-on-directory t
eshell-expand-input-functions '(eshell-expand-history-references) eshell-expand-input-functions '(eshell-expand-history-references)
eshell-plain-echo-behavior t) eshell-plain-echo-behavior t
eshell-status-in-mode-line nil)
:bind (:map eshell-mode-map :bind (:map eshell-mode-map
("M-P" . eshell-previous-prompt) ("M-P" . eshell-previous-prompt)