diff --git a/core/cli/upgrade.el b/core/cli/upgrade.el index d6e2573dc..0fa05485d 100644 --- a/core/cli/upgrade.el +++ b/core/cli/upgrade.el @@ -102,6 +102,7 @@ following shell commands: (error "Failed to check out %s" (substring new-rev 0 10))) (print! (success "Finished upgrading Doom Emacs"))) (doom-delete-autoloads-file doom-autoload-file) + (doom-delete-autoloads-file doom-package-autoload-file) (doom-cli-refresh "-f") t)