From 51cc62e0d27a08308c311025036ceff55decb564 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 27 Jan 2018 20:30:26 -0300 Subject: [PATCH] Added defvar --- evil-collection-which-key.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-collection-which-key.el b/evil-collection-which-key.el index 941e558..119e25b 100644 --- a/evil-collection-which-key.el +++ b/evil-collection-which-key.el @@ -31,6 +31,7 @@ (require 'evil) (require 'which-key nil t) +(defvar which-key-C-h-map) ;; which key is coded so that the promp properly shows j and k as the bindings (defun evil-collection-which-key-setup () "Set up `evil' bindings for `which-key'."