[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 1aa7520 03/63: Add a custom keymap for counsel-find-file
From: |
Oleh Krehel |
Subject: |
[elpa] master 1aa7520 03/63: Add a custom keymap for counsel-find-file |
Date: |
Fri, 21 Aug 2015 12:08:29 +0000 |
branch: master
commit 1aa75204906549af2f5aac10a83facf1f61fe1cc
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
Add a custom keymap for counsel-find-file
* counsel.el (counsel-find-file-map): New defvar.
Re #164
---
counsel.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/counsel.el b/counsel.el
index 94c8608..8ba4457 100644
--- a/counsel.el
+++ b/counsel.el
@@ -336,6 +336,8 @@
(declare-function ffap-guesser "ffap")
+(defvar counsel-find-file-map (make-sparse-keymap))
+
;;;###autoload
(defun counsel-find-file ()
"Forward to `find-file'."
- [elpa] master updated (b0039dd -> f5dac47), Oleh Krehel, 2015/08/21
- [elpa] master bb953c6 01/63: ivy.el (ivy-restrict-to-matches): Add and bind to "S-SPC", Oleh Krehel, 2015/08/21
- [elpa] master d6452fb 02/63: Add a custom keymap for ivy-switch-buffer, Oleh Krehel, 2015/08/21
- [elpa] master 1aa7520 03/63: Add a custom keymap for counsel-find-file,
Oleh Krehel <=
- [elpa] master 9bbf9f9 04/63: Fixup the last two commits, Oleh Krehel, 2015/08/21
- [elpa] master b465c09 06/63: ivy.el (ivy-switch-buffer): Add a multi-action interface, Oleh Krehel, 2015/08/21
- [elpa] master 082fbbc 05/63: Add a multi-action interface for counsel-locate, Oleh Krehel, 2015/08/21
- [elpa] master 548a766 08/63: ivy.el (ivy--reset-state): Fixup, Oleh Krehel, 2015/08/21
- [elpa] master fe6d2b1 07/63: Make ffap work again, Oleh Krehel, 2015/08/21
- [elpa] master f6f3963 09/63: Bind case-fold-search to t when the input is all lower-case, Oleh Krehel, 2015/08/21
- [elpa] master d5af987 11/63: ivy.el (ivy--reset-state): Fixup, Oleh Krehel, 2015/08/21
- [elpa] master d1f88fa 10/63: ivy.el (ivy-read): Don't put empty string on history, Oleh Krehel, 2015/08/21
- [elpa] master f9974e8 12/63: Allow to see the candidate index via ivy-count-format, Oleh Krehel, 2015/08/21
- [elpa] master 783f7c5 13/63: Update index formatting logic, Oleh Krehel, 2015/08/21