From 6c2f4d60b9628070da1a9be08948e5a9561d3fee Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 5 Dec 2021 16:38:12 +0100 Subject: [PATCH] Improve the package bootstrapping section --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0ed22f0..0748db0 100644 --- a/README.org +++ b/README.org @@ -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