Emacs: Fix my/straight-update-repos.

This commit is contained in:
tastytea 2020-11-27 02:19:36 +01:00
parent 5ac733498a
commit 70311f9ddb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*- ;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*-
;; Time-stamp: <2020-11-18T18:09:44+0100> ;; Time-stamp: <2020-11-27T02:19:17+0100>
;;; Commentary: ;;; Commentary:
;; * Set up straight ;; * Set up straight
@ -55,7 +55,7 @@
"Update recipe repositories." "Update recipe repositories."
(interactive) (interactive)
(dolist (package straight-recipe-repositories) (dolist (package straight-recipe-repositories)
(straight-pull-package package))) (straight-pull-package 'package)))
(defun my/straight-check-last-update () (defun my/straight-check-last-update ()
"Update recipe repositories after 7 days have passed since the last package was built." "Update recipe repositories after 7 days have passed since the last package was built."