fix(cli): doom-autoloads-reload -> doom-profile-generate

Remove vestigial references to the former, which was replaced with the
latter in b914830.

Amend: b914830403
This commit is contained in:
Henrik Lissner 2022-09-16 02:40:57 +02:00
parent cc0e6a61c3
commit 7b1ac7cdc1
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
(doom-packages-install))
(print! "Regenerating autoloads files")
(doom-autoloads-reload)
(doom-profile-generate)
(if (eq hooks? :no)
(print! (warn "Not deploying commit-msg and pre-push git hooks, as requested"))

View file

@ -30,7 +30,7 @@ Emacs (as byte-code is generally not forward-compatible)."
(when jobs
(setq native-comp-async-jobs-number (truncate jobs)))
(when (doom-packages-build (not rebuild-p))
(doom-autoloads-reload))
(doom-profile-generate))
t)
;; TODO Rename to "doom gc" and move to its own file
@ -57,7 +57,7 @@ list remains lean."
(not nobuilds-p)
(not noregraft-p)
(not noeln-p))
(doom-autoloads-reload))
(doom-profile-generate))
t)
(defcli-stub! rollback) ; TODO Implement me post-3.0