doom refresh: always force autoload regeneration
This commit is contained in:
parent
ac1b1995b5
commit
ca1b9ac1bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue