Commit 375599c5cde5

Vincent Demeester <vincent@sbr.pm>
2024-08-25 15:55:35
tools/emacs: small change in portal
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 70cf512
Changed files (1)
tools
emacs
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