From fa0da6b5e5851708a90f322458dafaf02677e1eb Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 1 Feb 2021 19:59:25 -0800 Subject: updating emacs broke stuff so I shoved it back into the hole... --- transient/history.el | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 transient/history.el (limited to 'transient') diff --git a/transient/history.el b/transient/history.el new file mode 100644 index 0000000..e911e11 --- /dev/null +++ b/transient/history.el @@ -0,0 +1,21 @@ +((magit-branch nil) + (magit-commit nil) + (magit-diff + ("--no-ext-diff" "--stat")) + (magit-dispatch nil) + (magit-file-dispatch nil) + (magit-gitignore nil) + (magit-log + ("-n256" "--graph" "--decorate")) + (magit-merge nil) + (magit-pull nil) + (magit-push nil) + (magit-rebase nil) + (magit-reset nil) + (magit-revert + ("--edit")) + (magit-revision-history "ORIG_HEAD") + (magit-run nil) + (magit-show-refs nil) + (magit-stash nil) + (magit-tag nil)) -- cgit v1.2.3