Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ide-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohad Kammar committed Jan 5, 2022
2 parents fce35c4 + 7d834eb commit 8b6f76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ getdeps:
((need-pkgs '($(NEED_PKGS))) \
(want-pkgs (seq-remove #'package-installed-p need-pkgs))) \
(unless (null want-pkgs) \
(package-initialize) \
(package-refresh-contents) \
(mapcar #'package-install want-pkgs)))"

Expand Down

0 comments on commit 8b6f76d

Please sign in to comment.