Minor edits.

This commit is contained in:
Gerard Vermeulen 2021-12-29 14:13:53 +01:00
parent ddfba322e8
commit 59b74c7d26

View File

@ -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]: