etc: Add a news entry snippet.

* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
This commit is contained in:
Maxim Cournoyer 2023-02-17 02:10:58 +01:00
parent 598f4c509b
commit 633ead4afc
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: guix-news-entry
# key: entry...
# --
(entry (commit "$1")
(title
(en "$2"))
(body
(en "$3")))