load-prefer-newer = t when noninteractive
This commit is contained in:
parent
cb9d91d65c
commit
5fc77363b0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ missing) and shouldn't be deleted.")
|
||||||
"A backup of `load-path' before it was altered by `doom-initialize'. Used as a
|
"A backup of `load-path' before it was altered by `doom-initialize'. Used as a
|
||||||
base by `doom!' and for calculating how many packages exist.")
|
base by `doom!' and for calculating how many packages exist.")
|
||||||
|
|
||||||
(setq load-prefer-newer nil
|
(setq load-prefer-newer noninteractive
|
||||||
package--init-file-ensured t
|
package--init-file-ensured t
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue