Variable: transient-values

transient-values is a variable defined in transient.el.gz.

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 /usr/src/emacs/lisp/transient.el.gz
(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.")