Install the eshell-fringe-status package

This commit is contained in:
Gergely Polonkai 2016-11-14 20:20:32 +01:00
parent 717c1acc34
commit 1dfb6091a0
2 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,7 @@
electric-case
electric-spacing
emamux
eshell-fringe-status
fill-column-indicator
flycheck
flycheck-pkg-config

View File

@ -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")