Variable: hproperty:item-face

hproperty:item-face is a customizable variable defined in hproperty.el.

Value

hbut-item-face

Documentation

Hyperbole face for list hyper-buttons.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defcustom hproperty:item-face 'hbut-item-face
  "Hyperbole face for list hyper-buttons."
  :type 'face
  :initialize #'custom-initialize-default
  :group 'hyperbole-buttons)