Half-revert 01185352
; we need use-package's newer features+bugfixes
This commit is contained in:
parent
2088afa08a
commit
2cbd1b9107
1 changed files with 2 additions and 10 deletions
|
@ -96,18 +96,11 @@ base by `doom!' and for calculating how many packages exist.")
|
||||||
package-user-dir (expand-file-name "elpa" doom-packages-dir)
|
package-user-dir (expand-file-name "elpa" doom-packages-dir)
|
||||||
package-enable-at-startup nil
|
package-enable-at-startup nil
|
||||||
package-archives
|
package-archives
|
||||||
'(("gnu" . "https://elpa.gnu.org/packages/")
|
'(("gnu" . "https://elpa.gnu.org/packages/")
|
||||||
("melpa" . "https://melpa.org/packages/")
|
("melpa" . "https://melpa.org/packages/"))
|
||||||
("melpa-stable" . "https://stable.melpa.org/packages/"))
|
|
||||||
;; I omit Marmalade because its packages are manually submitted rather
|
;; I omit Marmalade because its packages are manually submitted rather
|
||||||
;; than pulled, so packages are often out of date with upstream.
|
;; than pulled, so packages are often out of date with upstream.
|
||||||
|
|
||||||
;; Don't gamble with these packages. Only retrieve stable versions. Quelpa
|
|
||||||
;; is omitted because it isn't on melpa-stable.
|
|
||||||
package-pinned-packages
|
|
||||||
'((use-package . "melpa-stable")
|
|
||||||
(persistent-soft . "melpa-stable"))
|
|
||||||
|
|
||||||
;; security settings
|
;; security settings
|
||||||
gnutls-verify-error (not (getenv "INSECURE")) ; you shouldn't use this
|
gnutls-verify-error (not (getenv "INSECURE")) ; you shouldn't use this
|
||||||
tls-checktrust gnutls-verify-error
|
tls-checktrust gnutls-verify-error
|
||||||
|
@ -118,7 +111,6 @@ base by `doom!' and for calculating how many packages exist.")
|
||||||
|
|
||||||
use-package-always-defer t
|
use-package-always-defer t
|
||||||
use-package-always-ensure nil
|
use-package-always-ensure nil
|
||||||
use-package-debug nil
|
|
||||||
use-package-verbose doom-debug-mode
|
use-package-verbose doom-debug-mode
|
||||||
use-package-minimum-reported-time (if doom-debug-mode 0 0.1)
|
use-package-minimum-reported-time (if doom-debug-mode 0 0.1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue