dotfiles/.config/emacs/transient/values.el

10 lines
326 B
EmacsLisp

(
; keep-sorted start
(magit-commit "--gpg-sign=")
(magit-diff:magit-revision-mode "--no-ext-diff" "--stat" "--show-signature")
(magit-fetch "--force" "--prune" "--tags")
(magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature")
(magit-merge "--gpg-sign=")
(magit-tag "--sign")
; keep-sorted end
)