Include package name in 'checked out...' message
This commit is contained in:
parent
077bab4c90
commit
6778c1239c
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ declaration) or dependency thereof that hasn't already been."
|
||||||
(let ((straight-use-package-pre-build-functions
|
(let ((straight-use-package-pre-build-functions
|
||||||
(cons (lambda (pkg &rest _)
|
(cons (lambda (pkg &rest _)
|
||||||
(when-let (commit (cdr (assoc pkg pinned)))
|
(when-let (commit (cdr (assoc pkg pinned)))
|
||||||
(print! (info "Checked out %s") commit)))
|
(print! (info "Checked out %s: %s") pkg commit)))
|
||||||
straight-use-package-pre-build-functions)))
|
straight-use-package-pre-build-functions)))
|
||||||
(straight-use-package (intern package))
|
(straight-use-package (intern package))
|
||||||
;; HACK Line encoding issues can plague repos with dirty
|
;; HACK Line encoding issues can plague repos with dirty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue