Skip to content

Commit

Permalink
Revert "Set package-load-list in children"
Browse files Browse the repository at this point in the history
This reverts commit 3cd3464.
  • Loading branch information
thierryvolpiatto committed Jul 14, 2024
1 parent 3cd3464 commit 3623cb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions async-package.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ Argument ERROR-FILE is the file where errors are logged, if some."
(async-start
`(lambda ()
(require 'bytecomp)
(setq package-archives ',package-archives
package-load-list ',package-load-list)
(setq package-archives ',package-archives)
(package-initialize)
(prog1
(condition-case err
Expand Down

0 comments on commit 3623cb3

Please sign in to comment.