summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-22 21:34:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 17:05:09 -0700
commit5f48c12bb5ae60481b6ace5364b6c615af5ed18b (patch)
tree11bed1d7a4d4cb13aeb8e689f56f1a1839270c55 /.emacs.d
parent0c0726c335cbb07d27cfb9d68813bbdbbb5f35cb (diff)
downloaddotfiles-5f48c12bb5ae60481b6ace5364b6c615af5ed18b.tar.gz
set -x as default for magit-cherry-pick transient
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/transient/values.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/transient/values.el b/.emacs.d/transient/values.el
index 6aa3ef06..811c92fe 100644
--- a/.emacs.d/transient/values.el
+++ b/.emacs.d/transient/values.el
@@ -1,2 +1,2 @@
-((magit-cherry-pick)
+((magit-cherry-pick "-x")
(magit-remote))