From: plugd Date: Mon, 20 May 2024 20:44:29 +0000 (+0200) Subject: Assigned action prefix correct face. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=99b0e06f0d24b84345a1938302c2fa94b87d9999;p=lurk.git Assigned action prefix correct face. --- diff --git a/murk.el b/murk.el index 2b21449..09bda81 100644 --- a/murk.el +++ b/murk.el @@ -583,7 +583,9 @@ The head of this list is always the current context.") (murk-get-context server)))) (murk-display-string context - (concat (murk-context->string context) " *") + (propertize + (concat (murk-context->string context) " *") + 'face (murk-get-context-facelist context)) from " " action-text))) (defun murk-display-notice (context &rest notices)