mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom refresh: always force autoload regeneration
This commit is contained in:
@ -179,7 +179,7 @@ respectively.")
|
||||
(dispatcher! (version v) (doom/version)
|
||||
"Reports the version of Doom and Emacs.")
|
||||
|
||||
(dispatcher! (refresh re) (doom-refresh)
|
||||
(dispatcher! (refresh re) (doom-refresh 'force)
|
||||
"Refresh Doom. Same as autoremove+install+autoloads.
|
||||
|
||||
This is the equivalent of running autoremove, install, autoloads, then
|
||||
|
Reference in New Issue
Block a user