branch: elpa/alect-themes
commit 7c0b6d338f49b6c4e41dc5972b44e5945fbb461f
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Inherit 'help-key-binding' from 'alect-key'
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index 2d9781aa2a5..b0790e05baa 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1037,6 +1037,7 @@ For INVERT, see `alect-get-color'."
 
          ;; help
          (help-argument-name ((,c :inherit font-lock-variable-name-face)))
+         (help-key-binding   ((,c :inherit alect-key)))
 
          ;; hl-line-mode
          (hl-line ((,c :background ,(gc 'bg))))

Reply via email to