~ruther/guix-local

ref: next-master guix-local/etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page -rw-r--r-- 297 bytes
b989e013 — Andy Tai gnu: koboldcpp: Update to 1.106.2. 8 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")`