branch no longer appears as "nil"
This commit is contained in:
parent
5d0f344d59
commit
2de038abaf
2
p11k.el
2
p11k.el
@ -265,7 +265,7 @@ Use 'window-width' to calculate the total final width."
|
|||||||
nil))))
|
nil))))
|
||||||
(p11k/spaced-concat
|
(p11k/spaced-concat
|
||||||
(if (eq p11k/prompt-flow 'fluent) "on" "")
|
(if (eq p11k/prompt-flow 'fluent) "on" "")
|
||||||
(propertize branch 'face 'p11k/green)
|
(if branch (propertize branch 'face 'p11k/green) "")
|
||||||
(if modcount (propertize modcount 'face 'p11k/yellow) "")
|
(if modcount (propertize modcount 'face 'p11k/yellow) "")
|
||||||
(if untracked (propertize untracked 'face 'p11k/blue) "")))
|
(if untracked (propertize untracked 'face 'p11k/blue) "")))
|
||||||
""))
|
""))
|
||||||
|
Loading…
Reference in New Issue
Block a user