diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-23 23:26:14 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-24 00:25:22 -0500 |
commit | 02ad0032fc5d6c038fc800ec29b44c866b602b13 (patch) | |
tree | 36beb5c0954ae416b03ca698c5d7969999a42737 | |
parent | 991b0bb3a1d86b5ef2347597ca85a0fff5148c3b (diff) | |
download | emacs.d-02ad0032fc5d6c038fc800ec29b44c866b602b13.tar.gz |
magit-no-confirm: Add set-and-push
This is new in Magit's 300ad559 (Optionally confirm setting and
pushing to upstream or push-target, 2020-12-21).
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -917,7 +917,10 @@ (setq magit-commit-show-diff nil) - (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) + (setq magit-no-confirm '(set-and-push + stage-all-changes + unstage-all-changes + reverse)) (setq magit-published-branches nil) (setq magit-remote-add-set-remote.pushDefault nil) |