Emacs: Fix my/straight-update-repos.
This commit is contained in:
parent
da0fe33fcd
commit
c3828981d1
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user