# -*- mode: snippet -*- # name: guix-vc-commit-message-update-package # key: update # -- gnu: ${1:`(when (string-match "^[ ]*(define-public \\(\\S-+\\)" vc-patch-string) (match-string-no-properties 1 vc-patch-string))`}: Update to ${2:` (when (string-match "^\\+[ ]*(version \"\\(.*\\)\"" vc-patch-string) (match-string-no-properties 1 vc-patch-string))`}. * `(car (log-edit-files))` ($1): Update to $2.$0 `(mapconcat (lambda (file) (concat "* " file)) (cdr (log-edit-files)) "\n")` Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/elpa.scm
AgeCommit message (Expand)Author
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2015-07-08tests: Use the right identifier in tests/elpa.scm....Ludovic Courtès
2015-07-08import: Add 'elpa' importer....Federico Beffa