branch: master
commit d6452fbc728f619b0285176508982672375cbc18
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Add a custom keymap for ivy-switch-buffer
* ivy.el (ivy-switch-buffer-map): New defvar.
Re #164
---
ivy.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ivy.el b/ivy.el
index f322b64..2087287 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1421,6 +1421,8 @@ BUFFER may be a string or nil."
(switch-to-buffer
buffer nil 'force-same-window)))))
+(defvar ivy-switch-buffer-map (make-sparse-keymap))
+
(defun ivy-switch-buffer ()
"Switch to another buffer."
(interactive)