From 5743e7da7a0a146d2f33d5728303091c588b8a55 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 22 Apr 2018 18:36:36 -0400 Subject: [PATCH] Revert "enable which-key's evil support" #536 This reverts commit b3260f6a9ecb134da4ff5409a40e7de5e52fad7a. Fixes #542 --- core/core-keybinds.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index ac3ed5ba7..d39210169 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -52,9 +52,7 @@ If any hook returns non-nil, all hooks after it are ignored.") which-key-add-column-padding 1 which-key-max-display-columns nil which-key-min-display-lines 5 - which-key-side-window-slot -10 - which-key-allow-evil-operators t - which-key-show-operator-state-maps t) + which-key-side-window-slot -10) ;; embolden local bindings (set-face-attribute 'which-key-local-map-description-face nil :weight 'bold) (which-key-setup-side-window-bottom)