diff options
author | Thanos Apollo <[email protected]> | 2022-12-13 12:53:31 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-12-13 12:53:31 +0200 |
commit | 8b13be487432c40c0dc409a26b513fbb2d5071b4 (patch) | |
tree | 8ec2d988e24d6dfc66f5a02336ccd612dcf29507 /.emacs.d | |
parent | 80028fe0b5112096465c34206a995e8d78f3cea8 (diff) |
Add eshel-syntax-high global
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 4 |
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. |