Variable: hypb:ask-to-install-package-flag

hypb:ask-to-install-package-flag is a customizable variable defined in hypb.el.

Value

t

Documentation

Non-nil means hypb:require-package queries the user before installing it.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hypb.el
(defcustom hypb:ask-to-install-package-flag t
  "Non-nil means `hypb:require-package' queries the user before installing it."
  :type 'boolean
  :group 'hyperbole-commands)