Variable: hproperty:but-emphasize-flag

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

Value

nil

Documentation

Non-nil means emphasize selectability of Hyperbole button labels.

This is shown when hovering over the button with the mouse.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defcustom hproperty:but-emphasize-flag nil
  "Non-nil means emphasize selectability of Hyperbole button labels.
This is shown when hovering over the button with the mouse."
  :type 'boolean
  :group 'hyperbole-buttons)