Variable: transient-detect-key-conflicts

transient-detect-key-conflicts is a customizable variable defined in transient.el.

Value

nil

Documentation

Whether to detect key binding conflicts.

Conflicts are detected when a transient prefix command is invoked and results in an error, which prevents the transient from being used.

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-detect-key-conflicts nil
  "Whether to detect key binding conflicts.

Conflicts are detected when a transient prefix command is invoked
and results in an error, which prevents the transient from being
used."
  :package-version '(transient . "0.1.0")
  :group 'transient
  :type 'boolean)