File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ The `auto-package-update` package that automates the process of updating install
973973To configure ** auto-package-update** , add the following to ` ~/.emacs.d/post-init.el ` :
974974
975975``` elisp
976- ;; This automates the process of updating installed packages managed by *package.el*
976+ ;; This automates the process of updating installed packages
977977(use-package auto-package-update
978978 :ensure t
979979 :custom
@@ -987,7 +987,9 @@ To configure **auto-package-update**, add the following to `~/.emacs.d/post-init
987987 (auto-package-update-hide-results t)
988988
989989 ;; Automatically delete old package versions after updates to reduce disk
990- ;; usage and keep the package directory clean.
990+ ;; usage and keep the package directory clean. This prevents the accumulation
991+ ;; of outdated files in Emacs’s package directory, which consume
992+ ;; unnecessary disk space over time.
991993 (auto-package-update-delete-old-versions t)
992994
993995 ;; Uncomment the following line to enable a confirmation prompt
You can’t perform that action at this time.
0 commit comments