aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/yas/scheme-mode/guix-news-entry
blob: 7f5bb21c50e47cc208649c2a0dd133971c8085c3 (about) (plain)
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")))
mk (GNU_SYSTEM_MODULES): Add them. * po/guix/POTFILES.in Add 'gnu/services/samba.scm'. * doc/guix.texi: Document it. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Simon Streit