Variable: hproperty:but-highlight-flag

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

Value

t

Documentation

Non-nil means highlight named Hyperbole buttons with hproperty:but-face.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
;; Comment out next line out because this loads kview which loads
;; klink which contains a defib whose priority should be set by
;; loading klink from hibtypes.el instead.
;; (eval-when-compile (require 'hyrolo))

;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defcustom hproperty:but-highlight-flag t
  "Non-nil means highlight named Hyperbole buttons with `hproperty:but-face'."
  :type 'boolean
  :group 'hyperbole-buttons)