fix: use new commit format in doom/bumpify-diff

This commit is contained in:
Itai Y. Efrat 2021-07-28 23:57:39 +03:00
parent 6065073faa
commit ae2a63137a

View file

@ -238,7 +238,7 @@ Must be run from a magit diff buffer."
(if (null lines)
(user-error "No bumps to bumpify")
(prog1 (funcall (if interactive #'kill-new #'identity)
(format "Bump %s\n\n%s"
(format "bump: %s\n\n%s"
(mapconcat (lambda (x)
(mapconcat #'symbol-name x " "))
(cl-loop with alist = ()