:type 'boolean
:group 'use-package)
+(defcustom use-package-always-defer-install nil
+ "If non-nil, assume `:defer-install t` unless `:defer-install nil` is given."
+ :type 'boolean
+ :group 'use-package)
+
(defcustom use-package-always-ensure nil
"Treat every package as though it had specified `:ensure SEXP`."
:type 'sexp
:group 'use-package)
(defcustom use-package-always-pin nil
- "Treat every package as though it had specified `:pin SYM."
+ "Treat every package as though it had specified `:pin SYM`."
:type 'symbol
:group 'use-package)
(defcustom use-package-defaults
'((:config '(t) t)
(:ensure use-package-always-ensure use-package-always-ensure)
+ (:defer-install
+ use-package-always-defer-install
+ use-package-always-defer-install)
(:pin use-package-always-pin use-package-always-pin))
"Alist of default values for `use-package' keywords.
Each entry in the alist is a list of three elements. The first