~ruther/guix-local

ref: a3feb5c7b8e43db404c2f5c558a61d3e975bdfe4 guix-local/etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page -rw-r--r-- 297 bytes
a3feb5c7 — Sharlatan Hellseher gnu: splash: Update to 3.11.7. 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: guix-commit-message-use-https-home-page
# key: https
# condition: git-commit-mode
# --
gnu: $1: Use HTTPS home page URI.

* `(car (magit-staged-files))` ($1)[home-page]: Use HTTPS URI.
`(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")`