mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 05:00:29 +02:00
* etc/snippets/tempel/scheme-mode: New file.
* etc/snippets/tempel/text-mode: New file.
* etc/snippets/scheme-mode: Moved from here...
* etc/snippets/yas/scheme-mode: ... to here.
* etc/snippets/text-mode: Moved from here...
* etc/snippets/yas/text-mode: ... to here.
* doc/contributing.texi ("The Perfect Setup"): Adjust yasnippet setup
accordingly. Add tempel setup.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: guix-hg-reference
|
|
# key: hg-reference...
|
|
# --
|
|
(hg-reference
|
|
(url "$1")
|
|
(changeset ${2:changeset})) |