branch: externals/marginalia
commit 413604559b27d061188ab19052ebce9d0853b5be
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@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

Reply via email to