Skip to content

Commit

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

0 comments on commit 886be46

Please sign in to comment.