Make sure eshell is loaded before xterm-color

This commit is contained in:
David Morgan 2021-08-28 14:44:24 +01:00
parent 45e480cd93
commit e49d7c97d4
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
(eshell-syntax-highlighting-global-mode +1))
(use-package xterm-color
:after eshell
:hook
(eshell-before-prompt . (lambda ()
(setq xterm-color-preserve-properties t)))