Function: hydra--head-set-property

hydra--head-set-property is a byte-compiled function defined in hydra.el.

Signature

(hydra--head-set-property H PROP VALUE)

Documentation

In hydra Head H, set a property PROP to the value VALUE.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defun hydra--head-set-property (h prop value)
  "In hydra Head H, set a property PROP to the value VALUE."
  (cons (car h) (plist-put (cdr h) prop value)))