Skip to content

Commit 94d325e

Browse files
committed
Update README.md
1 parent fbd267c commit 94d325e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ The `auto-package-update` package that automates the process of updating install
973973
To 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

0 commit comments

Comments
 (0)