No means no
Saying no to a confirmation prompt should abort the refresh process.
This commit is contained in:
parent
c8b21e8cf8
commit
b84946318c
1 changed files with 6 additions and 5 deletions
|
@ -197,11 +197,12 @@ recompile. Run this whenever you:
|
|||
3. Add or remove autoloaded functions in module autoloaded files.
|
||||
4. Update Doom outside of Doom (e.g. with git)"
|
||||
(doom//reload-doom-autoloads)
|
||||
(unwind-protect
|
||||
(let ((doom--inhibit-reload t))
|
||||
(with-demoted-errors "%s" (doom//packages-autoremove))
|
||||
(with-demoted-errors "%s" (doom//packages-install)))
|
||||
(doom//packages-autoremove)
|
||||
(doom//packages-install))
|
||||
(doom//reload-package-autoloads)
|
||||
(doom//byte-compile nil 'recompile))
|
||||
(doom//byte-compile nil 'recompile)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue