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"))