Merge pull request #536 from fread2281/fixes

enable which-key's evil support
This commit is contained in:
Henrik Lissner 2018-04-18 19:57:01 -04:00 committed by GitHub
commit 5c5359bee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,9 @@ If any hook returns non-nil, all hooks after it are ignored.")
which-key-add-column-padding 1 which-key-add-column-padding 1
which-key-max-display-columns nil which-key-max-display-columns nil
which-key-min-display-lines 5 which-key-min-display-lines 5
which-key-side-window-slot -10) which-key-side-window-slot -10
which-key-allow-evil-operators t
which-key-show-operator-state-maps t)
;; embolden local bindings ;; embolden local bindings
(set-face-attribute 'which-key-local-map-description-face nil :weight 'bold) (set-face-attribute 'which-key-local-map-description-face nil :weight 'bold)
(which-key-setup-side-window-bottom) (which-key-setup-side-window-bottom)