eshell-prompt-extras has been disabled in order to be compatible with emacs HEAD

This commit is contained in:
Sameer Rahmani 2019-04-11 09:12:44 +01:00
parent 23b7bd87d4
commit 7a58640fff
1 changed files with 7 additions and 6 deletions

View File

@ -294,13 +294,14 @@
'(shell-pop-window-size 30)
'(shell-pop-full-span t)
'(shell-pop-window-position "full"))
'(shell-pop-window-position "full")))
;; (require 'eshell-prompt-extras)
;; (with-eval-after-load "esh-opt"
;; (autoload 'epe-theme-lambda "eshell-prompt-extras")
;; (setq eshell-highlight-prompt nil
;; eshell-prompt-function 'epe-theme-lambda))
(require 'eshell-prompt-extras)
(with-eval-after-load "esh-opt"
(autoload 'epe-theme-lambda "eshell-prompt-extras")
(setq eshell-highlight-prompt nil
eshell-prompt-function 'epe-theme-lambda)))
(ability focus ()
"Provides means for focusing on code review."