docs(cli): doom gc: corrections

To reflect changes made to this command when it was renamed 'doom gc'
(from 'doom purge').
This commit is contained in:
Henrik Lissner 2024-09-03 04:01:37 -04:00
parent 5c7f6f5c41
commit 559e5b6a96
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -23,16 +23,15 @@
(noelpa-p ("-p" "--no-elpa") "Don't purge ELPA packages") (noelpa-p ("-p" "--no-elpa") "Don't purge ELPA packages")
(norepos-p ("-r" "--no-repos") "Don't purge unused straight repos") (norepos-p ("-r" "--no-repos") "Don't purge unused straight repos")
(noeln-p ("-e" "--no-eln") "Don't purge old ELN bytecode") (noeln-p ("-e" "--no-eln") "Don't purge old ELN bytecode")
(noregraft-p ("-g" "--no-regraft") "Regraft git repos (ie. compact them)")) (noregraft-p ("-g" "--no-regraft") "Don't regraft git repos (ie. compact them)"))
"Deletes orphaned packages & repos, and compacts them. "Deletes orphaned packages & repos, and compacts them.
Purges all installed ELPA packages (as they are considered temporary). Purges Purges all installed ELPA packages (as they are considered temporary). Purges
all orphaned package repos and builds. If -g/--regraft is supplied, the git all orphaned package repos and builds. Also regrafts and compacts package repos
repos among them will be regrafted and compacted to ensure they are as small as to ensure they are as small as possible.
possible.
It is a good idea to occasionally run this doom purge -g to ensure your package It is a good idea to occasionally run this command to ensure your package list
list remains lean." remains lean."
:benchmark t :benchmark t
(require 'comp nil t) (require 'comp nil t)
(doom-initialize-core-packages) (doom-initialize-core-packages)