Variable: hproperty:but-face

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

Value

hbut-face

Documentation

Hyperbole face for explicit buttons.

Source Code

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