Install the eshell-prompt-extras package

This commit is contained in:
Gergely Polonkai 2016-11-14 20:29:44 +01:00
parent 1dfb6091a0
commit a24bf7d6ef
2 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,7 @@
electric-spacing
emamux
eshell-fringe-status
eshell-prompt-extras
fill-column-indicator
flycheck
flycheck-pkg-config

View File

@ -864,6 +864,14 @@
:config
(add-hook 'eshell-mode-hook 'eshell-fringe-status-mode)))
(use-package eshell-prompt-extras
:ensure t
:config
(with-eval-after-load "esh-opt"
(autoload 'epe-theme-lambda "eshell-prompt-extras")
(setq eshell-highlight-prompt nil
eshell-prompt-function 'epe-theme-lambda)))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")