Which-key: Tweak

This commit is contained in:
James Nguyen 2018-01-27 15:40:41 -08:00
parent 367e6b34c6
commit eb53fdef8a
1 changed files with 4 additions and 2 deletions

View File

@ -32,10 +32,12 @@
(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
;; `which-key'is coded so that the prompt properly shows j and k as
;; the bindings.
(defun evil-collection-which-key-setup ()
"Set up `evil' bindings for `which-key'."
;; (define-key which-key-C-h-map "u" 'which-key-undo-key)
(define-key which-key-C-h-map "q" 'which-key-abort)
(define-key which-key-C-h-map "j" 'which-key-show-next-page-cycle)