Function: transient-set

transient-set is an interactive and byte-compiled function defined in transient.el.

Signature

(transient-set)

Documentation

Set active transient's value for this Emacs session.

Key Bindings

Aliases

transient-set-and-exit

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;;;; Value

(defun transient-set ()
  "Set active transient's value for this Emacs session."
  (interactive)
  (transient-set-value (transient-prefix-object)))