# -*- mode: snippet -*- # name: guix-commit-message-add-package # key: add # condition: git-commit-mode # -- gnu: Add ${1:`(with-temp-buffer (magit-git-wash #'magit-diff-wash-diffs "diff" "--staged") (goto-char (point-min)) (when (re-search-forward "\\+(define-public \\(\\S-+\\)" nil 'noerror) (match-string-no-properties 1)))`}. * `(car (magit-staged-files))` ($1): New variable. index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/herd.scm
)
AgeCommit message (Expand)Author
Author
2019-06-20gnu: Replace uses of 'cmake' with 'cmake-minimal'....Marius Bakke
2019-05-25gnu: squirrel: Fix build....Kei Kebreau
2019-05-24gnu: squirrel: Install headers and documentation....Kei Kebreau
2019-05-24gnu: squirrel: Build from a source archive instead of a Git checkout....Kei Kebreau
2019-05-22gnu: Add squirrel....Andy Tai