branch: master commit 1aa75204906549af2f5aac10a83facf1f61fe1cc Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
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'."