mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
etc: Add a news entry snippet.
* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
This commit is contained in:
parent
598f4c509b
commit
633ead4afc
1 changed files with 9 additions and 0 deletions
9
etc/snippets/yas/scheme-mode/guix-news-entry
Normal file
9
etc/snippets/yas/scheme-mode/guix-news-entry
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: guix-news-entry
|
||||
# key: entry...
|
||||
# --
|
||||
(entry (commit "$1")
|
||||
(title
|
||||
(en "$2"))
|
||||
(body
|
||||
(en "$3")))
|
Loading…
Reference in a new issue