diff --git a/customizations.el b/customizations.el index 04ddd9d..4a7bad5 100644 --- a/customizations.el +++ b/customizations.el @@ -52,6 +52,7 @@ electric-case electric-spacing emamux + eshell-fringe-status fill-column-indicator flycheck flycheck-pkg-config diff --git a/init.el b/init.el index 36f10cb..4601f38 100644 --- a/init.el +++ b/init.el @@ -858,6 +858,12 @@ :config (add-hook 'prog-mode-hook 'glasses-mode)) +(when (display-graphic-p) + (use-package eshell-fringe-status + :ensure t + :config + (add-hook 'eshell-mode-hook 'eshell-fringe-status-mode))) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")