mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
9 lines
156 B
Text
9 lines
156 B
Text
# -*- mode: snippet -*-
|
|
# name: guix-news-entry
|
|
# key: entry...
|
|
# --
|
|
(entry (commit "$1")
|
|
(title
|
|
(en "$2"))
|
|
(body
|
|
(en "$3")))
|