From 2e51faa03008a55068eb8d94c52354961f98e84b Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 3 Mar 2024 15:41:41 +0100 Subject: [PATCH] Clean up --- README.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index a178e70..78a644d 100644 --- a/README.org +++ b/README.org @@ -376,14 +376,12 @@ The code in listing [[lst:install-selected-packages]] assumes that the package system is in a *virgin* state if the package [[https://github.com/emacscollective/no-littering][no-littering]] is not present: 1. It installs and loads [[https://github.com/emacscollective/no-littering][no-littering]] after ensuring refreshing of the contents of available packages. -2. It upgrades the build in Org package. -3. It calls src_emacs-lisp{(package-install-selected-packages)} to check the +2. It calls src_emacs-lisp{(package-install-selected-packages)} to check the installation status of all packages in src_emacs-lisp{package-selected-packages} and to install the missing packages after the user has agreed to its prompt. -4. It defines a function to ensure the installation of packages in other source - blocks. This allows skipping installation in sections with a =:noexport:= - tag by disallowing tangling. +3. It defines a function to ensure the installation of packages in other source + blocks. In case of normal Emacs usage, src_emacs-lisp{(package-list-packages)} refreshes the contents of packages and allows to update packages to the latest version.