Function: transient-inhibit-move
transient-inhibit-move is an interactive and byte-compiled function
defined in transient.el.
Signature
(transient-inhibit-move)
Documentation
Warn the user that menu navigation is disabled.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-inhibit-move ()
"Warn the user that menu navigation is disabled."
(interactive)
(message "To enable use of `%s', please customize `%s'"
this-original-command
'transient-enable-menu-navigation))