summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-11 11:05:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-11 11:16:46 -0700
commitc3d298174da2aca91c6f9deb1501ad276d072550 (patch)
tree5b804d189896646cadd07543a5745d2ce97b7b29
parent912452064f8cdbec9c70e40524aee78b7248a285 (diff)
downloaddotfiles-c3d298174da2aca91c6f9deb1501ad276d072550.tar.gz
tweak eshell/rld binding
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 69138a58..c18d0724 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -3453,7 +3453,7 @@ mutt's review view, after exiting EDITOR."
(save-selected-window
(vc-diff-internal t `(Git (,(project-root (project-current))))
"@{1}" "@{0}" nil "*vc-reflog-diff*")))
-(global-set-key "\C-cv=" #'eshell/rld)
+(global-set-key "\C-cvD" #'eshell/rld)
(global-unset-key "\C-xvb")
(global-set-key "\C-xvbl" #'vc-print-branch-log)