Variable: embark-mixed-indicator-delay

embark-mixed-indicator-delay is a customizable variable defined in embark.el.

Value

0.5

Documentation

Time in seconds after which the verbose indicator is shown.

The mixed indicator starts by showing the minimal indicator and after this delay shows the verbose indicator.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-mixed-indicator-delay 0.5
  "Time in seconds after which the verbose indicator is shown.
The mixed indicator starts by showing the minimal indicator and
after this delay shows the verbose indicator."
  :type '(choice (const :tag "No delay" 0)
                 (number :tag "Delay in seconds")))