summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-12-13 12:53:31 +0200
committerThanos Apollo <[email protected]>2022-12-13 12:53:31 +0200
commit8b13be487432c40c0dc409a26b513fbb2d5071b4 (patch)
tree8ec2d988e24d6dfc66f5a02336ccd612dcf29507
parent80028fe0b5112096465c34206a995e8d78f3cea8 (diff)
Add eshel-syntax-high global
-rw-r--r--.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index de67955..ec1b423 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -721,7 +721,9 @@
:sasl-password libera-pass))))
(use-package eshell-syntax-highlighting
- :ensure t)
+ :ensure t
+ :config
+ (eshell-syntax-highlighting-global-mode))
(custom-set-variables
;; custom-set-variables was added by Custom.