Reverse order of operations for doom//reload-packages
This commit is contained in:
parent
340aa0449c
commit
7aecb85c34
1 changed files with 2 additions and 2 deletions
|
@ -1013,9 +1013,9 @@ compiled packages.'"
|
||||||
`doom//packages-install' before reloading your Emacs session."
|
`doom//packages-install' before reloading your Emacs session."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((doom--inhibit-reload t))
|
(let ((doom--inhibit-reload t))
|
||||||
(doom//reload-autoloads)
|
|
||||||
(doom//packages-autoremove)
|
(doom//packages-autoremove)
|
||||||
(doom//packages-install))
|
(doom//packages-install)
|
||||||
|
(doom//reload-autoloads))
|
||||||
(doom//reload-load-path))
|
(doom//reload-load-path))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue