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

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

[elpa] master ac4bedf 175/272: counsel.el (counsel-find-file): Bind "M-o


From: Oleh Krehel
Subject: [elpa] master ac4bedf 175/272: counsel.el (counsel-find-file): Bind "M-o f" to find-file-other-window
Date: Mon, 25 Apr 2016 10:13:24 +0000

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

    counsel.el (counsel-find-file): Bind "M-o f" to find-file-other-window
---
 counsel.el |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/counsel.el b/counsel.el
index 26ee0eb..899e5e0 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1055,6 +1055,9 @@ done") "\n" t)))
 
 (add-to-list 'ivy-ffap-url-functions 'counsel-github-url-p)
 (add-to-list 'ivy-ffap-url-functions 'counsel-emacs-url-p)
+(ivy-set-actions
+ 'counsel-find-file
+ '(("f" find-file-other-window "other window")))
 
 (defcustom counsel-find-file-at-point nil
   "When non-nil, add file-at-point to the list of candidates."



reply via email to

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