Skip to content

Commit

Permalink
Fix placeholder in template
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 4, 2023
1 parent 03d8d1f commit 787d2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ INIT_PACKAGES="(progn \
(require 'package) \
(push '(\"melpa\" . \"https://melpa.org/packages/\") package-archives) \
(package-initialize) \
(dolist (pkg '(DEPS)) \
(dolist (pkg '(PACKAGES)) \
(unless (package-installed-p pkg) \
(unless (assoc pkg package-archive-contents) \
(package-refresh-contents)) \
Expand Down

0 comments on commit 787d2db

Please sign in to comment.