From 559e5b6a966fa82bf8322f89d78a00ef4181812a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 3 Sep 2024 04:01:37 -0400 Subject: [PATCH] docs(cli): doom gc: corrections To reflect changes made to this command when it was renamed 'doom gc' (from 'doom purge'). --- lisp/cli/packages.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lisp/cli/packages.el b/lisp/cli/packages.el index eb0f57889..70b19ece4 100644 --- a/lisp/cli/packages.el +++ b/lisp/cli/packages.el @@ -23,16 +23,15 @@ (noelpa-p ("-p" "--no-elpa") "Don't purge ELPA packages") (norepos-p ("-r" "--no-repos") "Don't purge unused straight repos") (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. Purges all installed ELPA packages (as they are considered temporary). Purges -all orphaned package repos and builds. If -g/--regraft is supplied, the git -repos among them will be regrafted and compacted to ensure they are as small as -possible. +all orphaned package repos and builds. Also regrafts and compacts package repos +to ensure they are as small as possible. -It is a good idea to occasionally run this doom purge -g to ensure your package -list remains lean." +It is a good idea to occasionally run this command to ensure your package list +remains lean." :benchmark t (require 'comp nil t) (doom-initialize-core-packages)