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

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

[elpa] master b9c52be 301/348: counsel.el (counsel-git): Add "x" action


From: Oleh Krehel
Subject: [elpa] master b9c52be 301/348: counsel.el (counsel-git): Add "x" action
Date: Sat, 8 Apr 2017 11:04:19 -0400 (EDT)

branch: master
commit b9c52bea85a0395f2dc4c9792a9f3ec26b808d0f
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-git): Add "x" action
---
 counsel.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/counsel.el b/counsel.el
index af1fb74..adc46d8 100644
--- a/counsel.el
+++ b/counsel.el
@@ -897,9 +897,8 @@ Describe the selected candidate."
 
 (ivy-set-actions
  'counsel-git
- '(("j"
-    find-file-other-window
-    "other")))
+ '(("j" find-file-other-window "other")
+   ("x" counsel-find-file-extern "open externally")))
 
 ;;;###autoload
 (defun counsel-git ()



reply via email to

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