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. package on your computer before installation.
The code in listing [[lst:install-selected-packages]] assumes that the package 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 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]]. order to be able to install and load any packages, hence also [[https://github.com/emacscollective/no-littering][no-littering]].
It also ensures installation of [[https://github.com/quelpa/quelpa][quelpa]] before ensuring installation of
Then, it 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]]. [[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 Finally, the call src_emacs-lisp{(package-install-selected-packages)} checks the
installation status of all packages in src_emacs-lisp{package-selected-packages} 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 and installs the missing packages after the user has agreed to its prompt.
case of normal Emacs usage, src_emacs-lisp{(package-list-packages)} refreshes
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. the contents of packages and allows to update packages to the latest version.
#+caption[Install the selected packages]: #+caption[Install the selected packages]: