summaryrefslogtreecommitdiff
path: root/vc-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-09-07 18:52:04 +0800
committerJSDurand <mmemmew@gmail.com>2022-09-07 18:52:04 +0800
commitdf39d29ec09150de5a9dab50870f4108c6849c56 (patch)
tree8872e1efa42f87e3a738056d3568ac11b8a5fcb3 /vc-conf.el
parentcb9c009557b956b4814f1c4294f70bf38d1f0d53 (diff)
bookmark and vc
* bookmark-conf.el: Delete a `message' call that I forgot to delete after debugging. * vc-conf.el (vc-prefix-map): Bind "C-x v -" to `vc-revision-other-window', a very handy feature.
Diffstat (limited to 'vc-conf.el')
-rw-r--r--vc-conf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/vc-conf.el b/vc-conf.el
index 1edafbe..63481d1 100644
--- a/vc-conf.el
+++ b/vc-conf.el
@@ -27,7 +27,7 @@
(require 'vc)
(define-key vc-dir-mode-map (vector ?F) #'vc-pull)
-
+(define-key vc-prefix-map (vector ?-) #'vc-revision-other-window)
(provide 'vc-conf)
;;; vc-conf.el ends here