branch: externals/embark
commit c98fd83a0ebad0067c690ecba10a8dd8e929d784
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
∀
---
embark.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/embark.el b/embark.el
index 05f8ae3..66f6d2c 100644
--- a/embark.el
+++ b/embark.el
@@ -949,7 +949,7 @@ If CYCLE is non-nil bind `embark-cycle'."
"Return highlighted Act/Rep indicator label given REP and MULTI."
(propertize
(cond
- (multi "Act*")
+ (multi "∀ct")
(rep "Rep")
(t "Act"))
'face 'highlight))