Fix eshell mode line

This commit is contained in:
Case Duckworth 2021-04-02 12:56:31 -05:00
parent ea721f08ff
commit 3a67ac7c37
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,8 @@
(defun hook--eshell-setup ()
"Stuff to do after eshell is done setting up."
(define-key eshell-mode-map (kbd "C-d")
#'eshell-quit-or-delete-char))))
#'eshell-quit-or-delete-char)
(setq mode-line-format '(:eval simple-modeline--mode-line)))))
;;;; Debugger
(setup debugger