The Lambda Lab
/
projects
/
lurk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab967a9
)
Assigned action prefix correct face.
author
plugd
<plugd@thelambdalab.xyz>
Mon, 20 May 2024 20:44:29 +0000
(22:44 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Sun, 26 May 2024 19:14:04 +0000
(21:14 +0200)
murk.el
patch
|
blob
|
history
diff --git
a/murk.el
b/murk.el
index
2b21449
..
09bda81
100644
(file)
--- 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)