[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/marginalia 413604559b 2/4: Inherit face marginalia-key
From: |
ELPA Syncer |
Subject: |
[elpa] externals/marginalia 413604559b 2/4: Inherit face marginalia-key from help-key-binding |
Date: |
Sun, 16 Mar 2025 18:59:15 -0400 (EDT) |
branch: externals/marginalia
commit 413604559b27d061188ab19052ebce9d0853b5be
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Inherit face marginalia-key from help-key-binding
---
marginalia.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/marginalia.el b/marginalia.el
index a948b22f31..93de72f104 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -172,7 +172,7 @@ The value of `this-command' is used as key for the lookup."
:group 'faces)
(defface marginalia-key
- '((t :inherit font-lock-keyword-face))
+ '((t :inherit help-key-binding))
"Face used to highlight keys.")
(defface marginalia-type