Function: transient-save
transient-save is an interactive and byte-compiled function defined in
transient.el.
Signature
(transient-save)
Documentation
Save active transient's value for this and future Emacs sessions.
Key Bindings
Aliases
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-save ()
"Save active transient's value for this and future Emacs sessions."
(interactive)
(transient-save-value (transient-prefix-object)))