Variable: transient-values
transient-values is a variable defined in transient.el.
Value
nil
Documentation
Values of transient commands.
The value of this variable persists between Emacs sessions and you usually should not change it manually.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient-values
(transient--read-file-contents transient-values-file)
"Values of transient commands.
The value of this variable persists between Emacs sessions
and you usually should not change it manually.")