We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ef124 commit c85fcbeCopy full SHA for c85fcbe
test/windows-bootstrap.el
@@ -38,7 +38,7 @@
38
39
(mapc (lambda (pkg)
40
(unless (package-installed-p pkg)
41
- (package-install pkg)))
+ (package-refresh-contents) (package-install pkg)))
42
pkgs)
43
44
(add-hook 'kill-emacs-hook
0 commit comments