~ruther/guix-local

ref: version-1.5.0 guix-local/etc/snippets/yas/scheme-mode/guix-news-entry -rw-r--r-- 156 bytes
2ae3c696 — Hilton Chain import: crate: Generate comments with ‘TODO REVIEW:’ prefix. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: guix-news-entry
# key: entry...
# --
(entry (commit "$1")
       (title
        (en "$2"))
       (body
        (en "$3")))