From b56e05a856ae041ae73df04f9d4cf11bacb7ef9e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 17 Sep 2020 07:55:53 -0500 Subject: Add eshell-syntax-highlighting --- init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 0698153..8c0e43d 100644 --- a/init.el +++ b/init.el @@ -556,3 +556,8 @@ (circe-my-message-face ((t (:inherit 'circe-highlight-nick-face :weight normal)))) (circe-originator-face ((t (:weight bold)))) (circe-prompt-face ((t (:inherit 'circe-my-message-face))))) + +(use-package eshell-syntax-highlighting + :after esh-mode + :config + (eshell-syntax-highlighting-global-mode 1)) -- cgit 1.4.1-21-gabe81