From c0f8635b0be5b206310b3fd32ae796141ad7f159 Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 26 Apr 2026 16:09:06 +0800 Subject: [PATCH] Document .dir-locals.el and deps.lock --- COLLABORATION.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/COLLABORATION.org b/COLLABORATION.org index ae7ef8b..36a7956 100644 --- a/COLLABORATION.org +++ b/COLLABORATION.org @@ -11,6 +11,12 @@ Once both of the above are installed, the devcontainer can be started with ~devc Once the devcontainer is running, enter it with ~devcontainer exec --workspace-folder . bash~. This will put you at the repository root. +* Dependencies +The ~deps.lock~ file contains the versions of eggs used in this repository. They can be installed with ~chicken-install -from-list deps.lock~. + +* Collaborating with Emacs +The ~.dir-locals.el~ file automatically sets the Geiser Scheme implementation to Chicken, for any Scheme source file in this directory. + * Running Tests & Samples From the ~build~ directory, run ~csm -program ..~ to build a particular module, the ~./~ to run it.