diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-02-21 22:36:07 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-14 16:07:34 +0100 |
| commit | 8926bfb5d06c73425aa4eb6309251335ea094298 (patch) | |
| tree | c8f9c57de833b0e9a08aaea9971edd69e07a5143 | |
| parent | 4e78643fa74af6f3b10d25ffb33183bc524f1cf6 (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>
| -rw-r--r-- | doc/guix-cookbook.texi | 3 | ||||
| -rw-r--r-- | doc/guix.texi | 6 |
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 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 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 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,,, |
