Variable: transient-levels

transient-levels is a variable defined in transient.el.gz.

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