From 39c3d6aae4901ea2f63e5c51a90157f2daf1eae1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 May 2017 01:16:06 +0200 Subject: [PATCH] Enable which-key popups for all prefix keys --- core/core-keybinds.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/core/core-keybinds.el b/core/core-keybinds.el index dda807bbe..51ed5e1a9 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -29,12 +29,7 @@ which-key-sort-uppercase-first nil which-key-add-column-padding 1 which-key-max-display-columns nil - which-key-min-display-lines 5 - ;; only pop-up for leader/localleader keys - which-key-allow-regexps (list "^C-c" - "^C-x" - (format "^%s" (regexp-quote doom-leader-key)) - (format "^%s" (regexp-quote doom-localleader-key)))) + which-key-min-display-lines 5) ;; embolden local bindings (set-face-attribute 'which-key-local-map-description-face nil :weight 'bold) (which-key-setup-side-window-bottom)