fix(cli): doom-autoloads-reload -> doom-profile-generate
Remove vestigial references to the former, which was replaced with the latter inb914830
. Amend:b914830403
This commit is contained in:
parent
cc0e6a61c3
commit
7b1ac7cdc1
2 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue