From 8926bfb5d06c73425aa4eb6309251335ea094298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 21 Feb 2026 22:36:07 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20Add=20references=20to=20=E2=80=9CThe=20P?= =?UTF-8?q?erfect=20Setup=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Defining Packages, Using the Configuration System): Add cross reference to “The Perfect Setup”. * doc/guix-cookbook.texi (A Scheme Crash Course): Likewise. Change-Id: If62960ffc01aadf9143b3816f4702f30b8052b90 Signed-off-by: Ludovic Courtès --- doc/guix-cookbook.texi | 3 +++ doc/guix.texi | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index b04ca538ab..4b6f0ca22c 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -523,6 +523,9 @@ info sicp You'll find more books, tutorials and other resources at @url{https://schemers.org/}. + +@xref{The Perfect Setup,,, guix, GNU Guix Reference Manual}, on how to +set up your editor for Scheme hacking. @end quotation diff --git a/doc/guix.texi b/doc/guix.texi index 7fcc62acef..ce773f00d8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8048,6 +8048,9 @@ Intimidated by the Scheme language or curious about it? The Cookbook has a short section to get started that recaps some of the things shown above and explains the fundamentals. @xref{A Scheme Crash Course,,, guix-cookbook, GNU Guix Cookbook}, for more information. + +@xref{The Perfect Setup}, on how to set up your editor for Scheme +hacking. @end quotation Once a package definition is in place, the @@ -18034,6 +18037,9 @@ misplaced parentheses can often be identified by reformatting your file: guix style -f config.scm @end example +@xref{The Perfect Setup}, on how to set up your editor for Scheme +hacking. + The Cookbook has a short section to get started with the Scheme programming language that explains the fundamentals, which you will find helpful when hacking your configuration. @xref{A Scheme Crash Course,,,