Variable: transient-history

transient-history is a variable defined in transient.el.

Value

nil

Documentation

History of transient commands and infix arguments.

The value of this variable persists between Emacs sessions
(unless transient-save-history(var)/transient-save-history(fun) is nil) and you usually
should not change it manually.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient-history
  (transient--read-file-contents transient-history-file)
  "History of transient commands and infix arguments.
The value of this variable persists between Emacs sessions
\(unless `transient-save-history' is nil) and you usually
should not change it manually.")