Variable: hproperty:ibut-face

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

Value

ibut-face

Documentation

Hyperbole face for implicit buttons.

Source Code

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