mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
10 lines
156 B
Text
10 lines
156 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: guix-news-entry
|
||
|
# key: entry...
|
||
|
# --
|
||
|
(entry (commit "$1")
|
||
|
(title
|
||
|
(en "$2"))
|
||
|
(body
|
||
|
(en "$3")))
|