Variable: transient-history-file

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

Value

"~/.emacs.d/transient/history.el"

Documentation

File used to save history of transients and their infixes.

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-history-file
  (locate-user-emacs-file "transient/history.el")
  "File used to save history of transients and their infixes."
  :package-version '(transient . "0.1.0")
  :group 'transient
  :type 'file)