diff --git a/transient/history.el b/transient/history.el index 923b5a5..b238b9e 100644 --- a/transient/history.el +++ b/transient/history.el @@ -1,5 +1,8 @@ -((magit-commit nil) +((magit-commit + ("--all") + nil) (magit-dispatch nil) + (magit-pull nil) (magit-push nil) (magit-revert ("--edit"))