Function: hui:menu-exit-hyperbole

hui:menu-exit-hyperbole is an interactive and byte-compiled function defined in hui-mini.el.

Signature

(hui:menu-exit-hyperbole)

Documentation

Exit any Hyperbole minibuffer menu and disable hyperbole-mode(var)/hyperbole-mode(fun).

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mini.el
(defun hui:menu-exit-hyperbole ()
  "Exit any Hyperbole minibuffer menu and disable `hyperbole-mode'."
  (interactive)
  (hyperbole-mode 0)
  (hui:menu-enter hui:menu-quit))