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 /doc | |
| 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>
Diffstat (limited to 'doc')
| -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 | |||
| 523 | 523 | ||
| 524 | You'll find more books, tutorials and other resources at | 524 | You'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 | ||
| 528 | set 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 | |||
| 8048 | has a short section to get started that recaps some of the things shown | 8048 | has a short section to get started that recaps some of the things shown |
| 8049 | above and explains the fundamentals. @xref{A Scheme Crash Course,,, | 8049 | above and explains the fundamentals. @xref{A Scheme Crash Course,,, |
| 8050 | guix-cookbook, GNU Guix Cookbook}, for more information. | 8050 | guix-cookbook, GNU Guix Cookbook}, for more information. |
| 8051 | |||
| 8052 | @xref{The Perfect Setup}, on how to set up your editor for Scheme | ||
| 8053 | hacking. | ||
| 8051 | @end quotation | 8054 | @end quotation |
| 8052 | 8055 | ||
| 8053 | Once a package definition is in place, the | 8056 | Once a package definition is in place, the |
| @@ -18034,6 +18037,9 @@ misplaced parentheses can often be identified by reformatting your file: | |||
| 18034 | guix style -f config.scm | 18037 | guix 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 | ||
| 18041 | hacking. | ||
| 18042 | |||
| 18037 | The Cookbook has a short section to get started with the Scheme | 18043 | The Cookbook has a short section to get started with the Scheme |
| 18038 | programming language that explains the fundamentals, which you will find | 18044 | programming language that explains the fundamentals, which you will find |
| 18039 | helpful when hacking your configuration. @xref{A Scheme Crash Course,,, | 18045 | helpful when hacking your configuration. @xref{A Scheme Crash Course,,, |
