diff options
-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. |