Variable: use-package-always-ensure

use-package-always-ensure is a customizable variable defined in use-package-core.el.gz.

Value

nil

Documentation

Treat every package as though it had specified using :ensure SEXP.

See also use-package-defaults, which uses this value.

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-always-ensure nil
  "Treat every package as though it had specified using `:ensure SEXP'.
See also `use-package-defaults', which uses this value."
  :type 'sexp
  :version "29.1")