summaryrefslogtreecommitdiff
path: root/guides/emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2023-11-19 11:49:08 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2023-11-19 11:49:08 +0100
commit1646787b8b2c87e0b372d22498743e35d937afea (patch)
tree10d329aafa48347562792d3b1fa8e945f93d7809 /guides/emacs
parent7c33834e1715de722203163a1be23b015bbaf127 (diff)
downloadmemory-leaks-1646787b8b2c87e0b372d22498743e35d937afea.tar.xz
Add Emacs itch
Already scratched, for a change 🥳
Diffstat (limited to 'guides/emacs')
-rw-r--r--guides/emacs/development.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/emacs/development.org b/guides/emacs/development.org
index 9d05160..92e2909 100644
--- a/guides/emacs/development.org
+++ b/guides/emacs/development.org
@@ -1,3 +1,8 @@
+* Build
+** bootstrapping
+Libraries that are part of the "bootstrap set" cannot rely on
+autoloading. Example: =files.el= must ~(eval-when-compile (require
+'pcase))~, even though it only uses autoloaded macros.
* Tests
** Running
Somehow I can never remember how to ask =make= how to run a specific