Remove esh-autosuggest and try to fix xterm-color error

This commit is contained in:
David Morgan 2021-09-01 10:26:57 +01:00
parent 45e480cd93
commit 1bfdf5225f
1 changed files with 1 additions and 3 deletions

View File

@ -16,15 +16,13 @@
:defer t
:hook (eshell-mode . (lambda () (require 'eshell-z))))
(use-package esh-autosuggest
:hook (eshell-mode . esh-autosuggest-mode))
(use-package eshell-syntax-highlighting
:after esh-mode
:config
(eshell-syntax-highlighting-global-mode +1))
(use-package xterm-color
:after esh-mode
:hook
(eshell-before-prompt . (lambda ()
(setq xterm-color-preserve-properties t)))