summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-02-21 22:36:07 +0100
committerLudovic Courtès <ludo@gnu.org>2026-03-14 16:07:34 +0100
commit8926bfb5d06c73425aa4eb6309251335ea094298 (patch)
treec8f9c57de833b0e9a08aaea9971edd69e07a5143 /doc
parent4e78643fa74af6f3b10d25ffb33183bc524f1cf6 (diff)
doc: Add references to “The Perfect Setup”.
* 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 <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix-cookbook.texi3
-rw-r--r--doc/guix.texi6
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index b04ca538abd..4b6f0ca22c0 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -523,6 +523,9 @@ info sicp
523 523
524You'll find more books, tutorials and other resources at 524You'll find more books, tutorials and other resources at
525@url{https://schemers.org/}. 525@url{https://schemers.org/}.
526
527@xref{The Perfect Setup,,, guix, GNU Guix Reference Manual}, on how to
528set up your editor for Scheme hacking.
526@end quotation 529@end quotation
527 530
528 531
diff --git a/doc/guix.texi b/doc/guix.texi
index 7fcc62acef0..ce773f00d89 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8048,6 +8048,9 @@ Intimidated by the Scheme language or curious about it? The Cookbook
8048has a short section to get started that recaps some of the things shown 8048has a short section to get started that recaps some of the things shown
8049above and explains the fundamentals. @xref{A Scheme Crash Course,,, 8049above and explains the fundamentals. @xref{A Scheme Crash Course,,,
8050guix-cookbook, GNU Guix Cookbook}, for more information. 8050guix-cookbook, GNU Guix Cookbook}, for more information.
8051
8052@xref{The Perfect Setup}, on how to set up your editor for Scheme
8053hacking.
8051@end quotation 8054@end quotation
8052 8055
8053Once a package definition is in place, the 8056Once a package definition is in place, the
@@ -18034,6 +18037,9 @@ misplaced parentheses can often be identified by reformatting your file:
18034guix style -f config.scm 18037guix style -f config.scm
18035@end example 18038@end example
18036 18039
18040@xref{The Perfect Setup}, on how to set up your editor for Scheme
18041hacking.
18042
18037The Cookbook has a short section to get started with the Scheme 18043The Cookbook has a short section to get started with the Scheme
18038programming language that explains the fundamentals, which you will find 18044programming language that explains the fundamentals, which you will find
18039helpful when hacking your configuration. @xref{A Scheme Crash Course,,, 18045helpful when hacking your configuration. @xref{A Scheme Crash Course,,,