commit 375599c5cde568dd23f9256bcc3db4a27ab41b8c
parent 70cf51230af3468458b9bb191644de79a7a59f63
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 25 Aug 2024 15:55:35 +0200
tools/emacs: small change in portal
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/emacs/lisp/portal.el b/tools/emacs/lisp/portal.el
@@ -375,7 +375,7 @@ later."
(portal-tail-file portal 5 "stderr"))))
(with-temp-buffer
(insert (propertize
- (concat "# (" status ") " (portal-as-shell-command command))
+ (concat "# (" (if (string= status "run") "🌀" status) ") " (portal-as-shell-command command))
'face
(if (string= status "run")
'portal-meta-face