From 59b74c7d265b8f43ea0935293943d157e30b67e2 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 29 Dec 2021 14:13:53 +0100 Subject: [PATCH] Minor edits. --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index e0c44bc..55630a1 100644 --- a/README.org +++ b/README.org @@ -270,17 +270,17 @@ In addition, the [[https://github.com/quelpa/quelpa][quelpa]] tool allows to fet package on your computer before installation. The code in listing [[lst:install-selected-packages]] assumes that the package -system is in a *virgin* state in case the package [[https://github.com/emacscollective/no-littering][no-littering]] is not present. +system is in a *virgin* state if the package [[https://github.com/emacscollective/no-littering][no-littering]] is not present. Refreshing the contents of available packages at least once is a requirement in order to be able to install and load any packages, hence also [[https://github.com/emacscollective/no-littering][no-littering]]. - -Then, it ensures installation of [[https://github.com/quelpa/quelpa][quelpa]] before ensuring installation of +It also ensures installation of [[https://github.com/quelpa/quelpa][quelpa]] before ensuring installation of [[https://www.reddit.com/r/emacs/comments/l6rcqh/undotree_repositorys_new_home_gitlab/][undo-tree]]. Finally, the call src_emacs-lisp{(package-install-selected-packages)} checks the installation status of all packages in src_emacs-lisp{package-selected-packages} -and installs the missing packages after the user has agreed to its prompt. In -case of normal Emacs usage, src_emacs-lisp{(package-list-packages)} refreshes +and installs the missing packages after the user has agreed to its prompt. + +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. #+caption[Install the selected packages]: