Variable: embark-confirm-act-all

embark-confirm-act-all is a customizable variable defined in embark.el.

Value

t

Documentation

Should embark-act-all prompt the user for confirmation? Even if this variable is nil you may still be prompted to confirm some uses of embark-act-all, namely, for those actions whose entry in embark-pre-action-hooks includes embark--confirm.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-confirm-act-all t
  "Should `embark-act-all' prompt the user for confirmation?
Even if this variable is nil you may still be prompted to confirm
some uses of `embark-act-all', namely, for those actions whose
entry in `embark-pre-action-hooks' includes `embark--confirm'."
  :type 'boolean)