mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
which-key: don't replace current popup
This commit is contained in:
@ -49,7 +49,8 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
||||
which-key-sort-uppercase-first nil
|
||||
which-key-add-column-padding 1
|
||||
which-key-max-display-columns nil
|
||||
which-key-min-display-lines 5)
|
||||
which-key-min-display-lines 5
|
||||
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)
|
||||
|
Reference in New Issue
Block a user