Don't let eshell manipulate the mode-line
This results in an almost empty mode-line otherwise.
This commit is contained in:
parent
67a312a29f
commit
e8d1035f0c
3
init.el
3
init.el
@ -2795,7 +2795,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
eshell-highlight-prompt nil
|
||||
eshell-cd-on-directory t
|
||||
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
|
||||
("M-P" . eshell-previous-prompt)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user