Variable: transient-save-history

transient-save-history is a customizable variable defined in transient.el.gz.

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