Enable which-key popups for all prefix keys

This commit is contained in:
Henrik Lissner 2017-05-20 01:16:06 +02:00
parent 6b0c75fa0e
commit 39c3d6aae4

View file

@ -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)