From 1646787b8b2c87e0b372d22498743e35d937afea Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 19 Nov 2023 11:49:08 +0100 Subject: Add Emacs itch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Already scratched, for a change 🥳 --- guides/emacs/development.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guides/emacs') 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 -- cgit v1.2.3