emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/add-vdiff 875b0d5 252/258: README: Improve vdiff-magit-po


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff 875b0d5 252/258: README: Improve vdiff-magit-popup
Date: Wed, 17 May 2017 08:14:03 -0400 (EDT)

branch: scratch/add-vdiff
commit 875b0d58c139a1cd986f7045897745693704ebdd
Author: Justin Burkett <address@hidden>
Commit: Justin Burkett <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]