Variable: use-package-minimum-reported-time

use-package-minimum-reported-time is a customizable variable defined in use-package-core.el.gz.

Value

0.1

Documentation

Minimal load time that will be reported.

Note that use-package-verbose has to be set to a non-nil value for anything to be reported at all.

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/use-package/use-package-core.el.gz
(defcustom use-package-minimum-reported-time 0.1
  "Minimal load time that will be reported.
Note that `use-package-verbose' has to be set to a non-nil value
for anything to be reported at all."
  :type 'number
  :group 'use-package
  :version "29.1")