branch: scratch/add-vdiff
commit 875b0d58c139a1cd986f7045897745693704ebdd
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
README: Improve vdiff-magit-popup
---
README.org | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index 499f896..b835588 100644
--- a/README.org
+++ b/README.org
@@ -149,6 +149,10 @@ it with caution and please report oddities.
(require 'vdiff-magit)
(define-key magit-mode-map "e" 'vdiff-magit-dwim)
(define-key magit-mode-map "E" 'vdiff-magit-popup)
+ (setcdr (assoc ?e (plist-get magit-dispatch-popup :actions))
+ '("vdiff dwim" 'vdiff-magit-dwim))
+ (setcdr (assoc ?E (plist-get magit-dispatch-popup :actions))
+ '("vdiff popup" 'vdiff-magit-popup))
;; This flag will default to using ediff for merges. vdiff-magit does not yet
;; support 3-way merges. Please see the docstring of this variable for more
;; information