Remove vestigial references to doom--finalize-straight
This commit is contained in:
parent
dcb0b6042e
commit
2f540f8c45
1 changed files with 1 additions and 5 deletions
|
@ -142,7 +142,6 @@ declaration) or dependency thereof that hasn't already been."
|
||||||
(straight--byte-compile-package recipe)))))))))
|
(straight--byte-compile-package recipe)))))))))
|
||||||
(if (= n 0)
|
(if (= n 0)
|
||||||
(ignore (print! (success "No packages need rebuilding")))
|
(ignore (print! (success "No packages need rebuilding")))
|
||||||
(doom--finalize-straight)
|
|
||||||
(print! (success "Rebuilt %d package(s)" n))
|
(print! (success "Rebuilt %d package(s)" n))
|
||||||
t))))
|
t))))
|
||||||
|
|
||||||
|
@ -225,7 +224,6 @@ declaration) or dependency thereof that hasn't already been."
|
||||||
(let ((count (hash-table-count straight--packages-to-rebuild))
|
(let ((count (hash-table-count straight--packages-to-rebuild))
|
||||||
(packages (hash-table-keys straight--packages-to-rebuild)))
|
(packages (hash-table-keys straight--packages-to-rebuild)))
|
||||||
(sort packages #'string-lessp)
|
(sort packages #'string-lessp)
|
||||||
(doom--finalize-straight)
|
|
||||||
(print! (success "Updated %d package(s): %s")
|
(print! (success "Updated %d package(s): %s")
|
||||||
count (string-join packages ", "))
|
count (string-join packages ", "))
|
||||||
(doom-cli-packages-build))
|
(doom-cli-packages-build))
|
||||||
|
@ -346,6 +344,4 @@ If ELPA-P, include packages installed with package.el (M-x package-install)."
|
||||||
(print! (start "Regrafting %d repos..." (length repos-to-regraft)))
|
(print! (start "Regrafting %d repos..." (length repos-to-regraft)))
|
||||||
(and (doom--cli-packages-regraft-repos repos-to-regraft)
|
(and (doom--cli-packages-regraft-repos repos-to-regraft)
|
||||||
(setq success t)))
|
(setq success t)))
|
||||||
(when success
|
success))))
|
||||||
(doom--finalize-straight)
|
|
||||||
t)))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue