projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4083300
)
[emacs/eshell] tweak prompt face
author
Amin Bandali
<bandali@gnu.org>
Thu, 27 Dec 2018 17:33:34 +0000
(12:33 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 27 Dec 2018 17:33:34 +0000
(12:33 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
3021933
..
3ca07f5
100644
(file)
--- 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 (+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
;; 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")
(defun +eshell--current-git-branch ()
(let ((branch (car (loop for match in (split-string (shell-command-to-string "git branch") "\n")