Default eshell-term-name to eterm-color

Fixes #4688
This commit is contained in:
Henrik Lissner 2021-05-24 11:20:34 -04:00
parent e5b52e2a50
commit 4b90f28e08

View file

@ -73,9 +73,7 @@ You should use `set-eshell-alias!' to change this.")
eshell-prompt-function #'+eshell-default-prompt-fn eshell-prompt-function #'+eshell-default-prompt-fn
;; em-glob ;; em-glob
eshell-glob-case-insensitive t eshell-glob-case-insensitive t
eshell-error-if-no-glob t eshell-error-if-no-glob t)
;; Shell config
eshell-term-name "xterm-256color")
;; Consider eshell buffers real ;; Consider eshell buffers real
(add-hook 'eshell-mode-hook #'doom-mark-buffer-as-real-h) (add-hook 'eshell-mode-hook #'doom-mark-buffer-as-real-h)