Improve the package bootstrapping section
This commit is contained in:
parent
d53506b9be
commit
6c2f4d60b9
@ -263,8 +263,10 @@ list of packages.
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Install the basic packages and in case this is Emacs-27.2, upgrade [[https://orgmode.org/][Org Mode]] for
|
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
|
compatibility with Emacs-28.1. The [[info:elisp#Quoting][quoting (info)]] and the [[info:elisp#Backquote][backquote (info)]]
|
||||||
~`~ and ~,@~ in the definition of ~my-packages~ variable below.
|
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
|
#+attr_latex: :options bgcolor=LightGoldenrodYellow
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user