mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable which-key popups for all prefix keys
This commit is contained in:
@ -29,12 +29,7 @@
|
|||||||
which-key-sort-uppercase-first nil
|
which-key-sort-uppercase-first nil
|
||||||
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)
|
||||||
;; 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))))
|
|
||||||
;; 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)
|
||||||
|
Reference in New Issue
Block a user