Variable: transient-levels
transient-levels is a variable defined in transient.el.
Value
nil
Documentation
Levels of transient commands.
The value of this variable persists between Emacs sessions and you usually should not change it manually.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient-levels
(transient--read-file-contents transient-levels-file)
"Levels of transient commands.
The value of this variable persists between Emacs sessions
and you usually should not change it manually.")