~ruther/guix-local

ref: 77c8bff0ea912c4d1173e7140b4bf1e46c549852 guix-local/etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page -rw-r--r-- 297 bytes
77c8bff0 — Sharlatan Hellseher gnu: python-pytest-openfiles: Simplify package. 2 years 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")`