Function: hydra--head-has-property
hydra--head-has-property is a byte-compiled function defined in
hydra.el.
Signature
(hydra--head-has-property H PROP)
Documentation
Return non nil if heads H has the property PROP.
Source Code
;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defun hydra--head-has-property (h prop)
"Return non nil if heads H has the property PROP."
(plist-member (cdr h) prop))