Variable: transient-save-history
transient-save-history is a customizable variable defined in
transient.el.
Value
t
Documentation
Whether to save history of transient commands when exiting Emacs.
This variable was added, or its default value changed, in transient version 0.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-save-history t
"Whether to save history of transient commands when exiting Emacs."
:package-version '(transient . "0.1.0")
:group 'transient
:type 'boolean)