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

    Add 'help-for-help-header' face
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index 776c3f1446c..db79a6f24c8 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1068,6 +1068,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)))
+         (help-for-help-header ((,c :inherit alect-title)))
 
          ;; hl-line-mode
          (hl-line ((,c :background ,(gc 'bg))))

Reply via email to