Improve the package bootstrapping section

This commit is contained in:
Gerard Vermeulen 2021-12-05 16:38:12 +01:00
parent d53506b9be
commit 6c2f4d60b9

View File

@ -263,8 +263,10 @@ list of packages.
#+end_src
Install the basic packages and in case this is Emacs-27.2, upgrade [[https://orgmode.org/][Org Mode]] for
compatibility with Emacs-28.1. The [[info:elisp#Backquote][info:backquote]] page explains how to read the
~`~ and ~,@~ in the definition of ~my-packages~ variable below.
compatibility with Emacs-28.1. The [[info:elisp#Quoting][quoting (info)]] and the [[info:elisp#Backquote][backquote (info)]]
pages explain how to understand the reader macros ~'~ (quote), ~`~ (backquote),
~,~ (substitute) and ~@,~ (splice) in the definition of ~my-packages~ variable
below.
#+attr_latex: :options bgcolor=LightGoldenrodYellow
#+begin_src emacs-lisp