From 3cd8032ad5df27e023872828fa97d588e706627b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 27 Dec 2018 12:33:34 -0500 Subject: [PATCH] [emacs/eshell] tweak prompt face --- init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 3021933..3ca07f5 100644 --- a/init.org +++ b/init.org @@ -2086,9 +2086,10 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (propertize (+eshell--current-git-branch) 'face 'font-lock-function-name-face) "\n" - (propertize "λ" 'face 'eshell-prompt-face) + ;; "λ" + ;; (propertize "λ" 'face 'eshell-prompt) ;; needed for the input text to not have prompt face - (propertize " " 'face 'default)))) + (propertize "λ " 'face 'default)))) (defun +eshell--current-git-branch () (let ((branch (car (loop for match in (split-string (shell-command-to-string "git branch") "\n") -- 2.20.1