Skip to content

Commit

Permalink
Use package-activate-all in callback
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jul 14, 2024
1 parent 15bb3b7 commit 4c40aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-package.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Argument ERROR-FILE is the file where errors are logged, if some."
(customize-save-variable
'package-selected-packages
(delete-dups (append pkgs package-selected-packages)))))
(package-initialize) ; load packages.
(package-activate-all) ; load packages.
(async-package--modeline-mode -1)
(message "%s %s packages done" action-string (length packages))
(run-with-timer
Expand Down

0 comments on commit 4c40aaa

Please sign in to comment.