Emacs: Fix my/straight-update-repos.

This commit is contained in:
tastytea 2020-12-22 10:17:45 +01:00
parent da0fe33fcd
commit c3828981d1

View File

@ -53,7 +53,8 @@
"Update recipe repositories."
(interactive)
(dolist (package straight-recipe-repositories)
(straight-pull-package 'package)))
(message "Updating %s package list …" package)
(straight-pull-package package)))
(defun my/straight-check-last-update ()
"Update recipe repositories after 7 days have passed since the last package was built."