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

[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'."



reply via email to

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