Variable: embark-auto-prefix-help-delay

embark-auto-prefix-help-delay is a customizable variable defined in embark.el.

Value

2.0

Documentation

Delay in seconds before automatic prefix help is shown.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-auto-prefix-help-delay 2.0
  "Delay in seconds before automatic prefix help is shown."
  :type 'number)