Variable: hydra-deactivate

hydra-deactivate is a variable defined in hydra.el.

Value

nil

Documentation

If a Hydra head sets this to t, exit the Hydra.

This will be done even if the head wasn't designated for exiting.

Source Code

;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defvar hydra-deactivate nil
  "If a Hydra head sets this to t, exit the Hydra.
This will be done even if the head wasn't designated for exiting.")