<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/etc/snippets, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>etc: snippets: Update python to pyproject build system.</title>
<updated>2026-03-13T19:50:13+00:00</updated>
<author>
<name>Gabriel Wicki</name>
<email>gabriel@erlikon.ch</email>
</author>
<published>2026-03-13T10:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=75ea9cb664afb577ab992aeed2fc1399434e550c'/>
<id>75ea9cb664afb577ab992aeed2fc1399434e550c</id>
<content type='text'>
The snippets still refer to the outdated python-build-system which
should not be encouraged to use anymore.

* etc/snippets/yas/scheme-mode/guix-package (build-system): Replace
python-build-system with pyproject-build-system.

Merges guix/guix!7100

Change-Id: Ic7d4b298c922fbea75b0e2ae341fee8a5ab0543c
Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The snippets still refer to the outdated python-build-system which
should not be encouraged to use anymore.

* etc/snippets/yas/scheme-mode/guix-package (build-system): Replace
python-build-system with pyproject-build-system.

Merges guix/guix!7100

Change-Id: Ic7d4b298c922fbea75b0e2ae341fee8a5ab0543c
Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: snippets: Add clasp to addcl snippet.</title>
<updated>2025-07-01T16:16:28+00:00</updated>
<author>
<name>jgart</name>
<email>jgart@dismail.de</email>
</author>
<published>2025-07-01T16:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0ce67cc96f8e8b74af8de455816cf1462c313856'/>
<id>0ce67cc96f8e8b74af8de455816cf1462c313856</id>
<content type='text'>
* etc/snippets/tempel/text-mode.eld (addcl): Add clasp.

Change-Id: If70f5c66854938475ad1f461c58b6ac91554aee2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/snippets/tempel/text-mode.eld (addcl): Add clasp.

Change-Id: If70f5c66854938475ad1f461c58b6ac91554aee2
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: snippets: Improve usability of tempel phases snippets.</title>
<updated>2025-01-16T07:42:05+00:00</updated>
<author>
<name>Liliana Marie Prikler</name>
<email>liliana.prikler@gmail.com</email>
</author>
<published>2025-01-08T12:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6bdada7e53d87439a2fbbeb09ac8beb17bcb93a1'/>
<id>6bdada7e53d87439a2fbbeb09ac8beb17bcb93a1</id>
<content type='text'>
* etc/snippets/tempel/scheme-mode.eld (#:phases~\ ): New snippet.
(add-before\ , add-after\ , replace\ ): Add dummy phase names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/snippets/tempel/scheme-mode.eld (#:phases~\ ): New snippet.
(add-before\ , add-after\ , replace\ ): Add dummy phase names.
</pre>
</div>
</content>
</entry>
<entry>
<title>.dir-locals.el: Add tempel snippets.</title>
<updated>2024-09-21T16:05:36+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2024-09-14T14:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e602b799fb751ab74eb6fe6d395905a962785085'/>
<id>e602b799fb751ab74eb6fe6d395905a962785085</id>
<content type='text'>
Change-Id: Ic16f571f26fffee12e478e00c54be55e6eb90831
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic16f571f26fffee12e478e00c54be55e6eb90831
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-system: Add zig-build-system.</title>
<updated>2023-10-20T22:27:25+00:00</updated>
<author>
<name>Ekaitz Zarraga</name>
<email>ekaitz@elenq.tech</email>
</author>
<published>2023-06-21T15:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e011961f99e3cab8ff1972de2b4659e972bb00a0'/>
<id>e011961f99e3cab8ff1972de2b4659e972bb00a0</id>
<content type='text'>
* guix/build-system/zig.scm: New file.
* guix/build/zig-build-system.scm: New file.
* Makefile.am: Add them.
* doc/guix.texi: Document it.
* etc/snippets/yas/scheme-mode/guix-package (build-system): Add
  zig-build-system.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/build-system/zig.scm: New file.
* guix/build/zig-build-system.scm: New file.
* Makefile.am: Add them.
* doc/guix.texi: Document it.
* etc/snippets/yas/scheme-mode/guix-package (build-system): Add
  zig-build-system.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: snippets: Do not match unintended quotes.</title>
<updated>2023-10-15T10:28:19+00:00</updated>
<author>
<name>Liliana Marie Prikler</name>
<email>liliana.prikler@gmail.com</email>
</author>
<published>2023-10-12T18:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ef026e68fe58ed3be216c76f7c5f008893ed3095'/>
<id>ef026e68fe58ed3be216c76f7c5f008893ed3095</id>
<content type='text'>
* etc/snippets/tempel/scheme-mode (origin): Unquote ‘git-fetch’, ‘svn-fetch’,
‘hg-fetch’, ‘cvs-fetch’, and ‘bzr-fetch’.  Use ‘otherwise’ instead of ‘t’.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/snippets/tempel/scheme-mode (origin): Unquote ‘git-fetch’, ‘svn-fetch’,
‘hg-fetch’, ‘cvs-fetch’, and ‘bzr-fetch’.  Use ‘otherwise’ instead of ‘t’.
</pre>
</div>
</content>
</entry>
<entry>
<title>snippets: tempel: Simplify git-commit-mode detection.</title>
<updated>2023-04-20T00:12:22+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2023-04-17T17:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7cb21556b6031c9f7e187329b6663768425aa850'/>
<id>7cb21556b6031c9f7e187329b6663768425aa850</id>
<content type='text'>
* etc/snippets/tempel/text-mode: Simplify git-commit-mode detection.

Signed-off-by: Andrew Tropin &lt;andrew@trop.in&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/snippets/tempel/text-mode: Simplify git-commit-mode detection.

Signed-off-by: Andrew Tropin &lt;andrew@trop.in&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: Default to variables in tempel's git-reference... et al.</title>
<updated>2023-03-05T07:17:58+00:00</updated>
<author>
<name>Liliana Marie Prikler</name>
<email>liliana.prikler@gmail.com</email>
</author>
<published>2023-02-26T20:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d92ec2f2812c76b23aab778e26708cf353542ae9'/>
<id>d92ec2f2812c76b23aab778e26708cf353542ae9</id>
<content type='text'>
Since we encourage using variables rather than magic hashes in the commit
fields, e.g. (commit version) and (commit commit), the default for
tempel to use quoted strings is rather off.  Thus, let the placeholder reflect
actual usage.

* etc/snippets/tempel/scheme-mode (git-reference...)[commit]: Use field name
as placeholder and don't quote value.
(svn-reference..., bzr-reference...)[revision]: Likewise.
(hg-reference...)[changeset]: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we encourage using variables rather than magic hashes in the commit
fields, e.g. (commit version) and (commit commit), the default for
tempel to use quoted strings is rather off.  Thus, let the placeholder reflect
actual usage.

* etc/snippets/tempel/scheme-mode (git-reference...)[commit]: Use field name
as placeholder and don't quote value.
(svn-reference..., bzr-reference...)[revision]: Likewise.
(hg-reference...)[changeset]: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>etc: Add a news entry snippet.</title>
<updated>2023-02-20T02:13:23+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim.cournoyer@gmail.com</email>
</author>
<published>2023-02-17T01:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=633ead4afc78cfe65d9c8e629a4af4a80d969eb4'/>
<id>633ead4afc78cfe65d9c8e629a4af4a80d969eb4</id>
<content type='text'>
* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
</pre>
</div>
</content>
</entry>
<entry>
<title>snippets: Remove unwanted git-commit-mode invocation.</title>
<updated>2022-12-27T08:38:05+00:00</updated>
<author>
<name>Andrew Tropin</name>
<email>andrew@trop.in</email>
</author>
<published>2022-12-27T08:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8f93a1e01a879ae026678dd92c18e2a2a49be540'/>
<id>8f93a1e01a879ae026678dd92c18e2a2a49be540</id>
<content type='text'>
We only need to check if git-commit-mode is t, not enable it in all text-mode
buffers.

* etc/snippets/tempel/text-mode: Remove unwanted git-commit-mode invocation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only need to check if git-commit-mode is t, not enable it in all text-mode
buffers.

* etc/snippets/tempel/text-mode: Remove unwanted git-commit-mode invocation.
</pre>
</div>
</content>
</entry>
</feed>
