Clean up
This commit is contained in:
parent
063e527453
commit
2e51faa030
@ -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:
|
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
|
1. It installs and loads [[https://github.com/emacscollective/no-littering][no-littering]] after ensuring refreshing of the
|
||||||
contents of available packages.
|
contents of available packages.
|
||||||
2. It upgrades the build in Org package.
|
2. It calls src_emacs-lisp{(package-install-selected-packages)} to check the
|
||||||
3. It calls src_emacs-lisp{(package-install-selected-packages)} to check the
|
|
||||||
installation status of all packages in
|
installation status of all packages in
|
||||||
src_emacs-lisp{package-selected-packages} and to install the missing packages
|
src_emacs-lisp{package-selected-packages} and to install the missing packages
|
||||||
after the user has agreed to its prompt.
|
after the user has agreed to its prompt.
|
||||||
4. It defines a function to ensure the installation of packages in other source
|
3. It defines a function to ensure the installation of packages in other source
|
||||||
blocks. This allows skipping installation in sections with a =:noexport:=
|
blocks.
|
||||||
tag by disallowing tangling.
|
|
||||||
In 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user