Don't auto-purge ELPA packages on 'doom refresh'
...or 'doom purge', without the -e or --elpa switches (or --all).
This commit is contained in:
parent
0e1bbc4499
commit
4fda7cd287
2 changed files with 13 additions and 7 deletions
|
@ -186,7 +186,7 @@ stale."
|
|||
(setq success t))
|
||||
(and (doom-packages-rebuild doom-auto-accept)
|
||||
(setq success t))
|
||||
(and (doom-packages-purge 'elpa-p 'builds-p nil doom-auto-accept)
|
||||
(and (doom-packages-purge nil 'builds-p nil doom-auto-accept)
|
||||
(setq success t)))
|
||||
(doom-reload-package-autoloads (or success force-p))
|
||||
(doom-byte-compile nil 'recompile))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue