mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
No means no
Saying no to a confirmation prompt should abort the refresh process.
This commit is contained in:
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user