ui/popup: fix typo in d8928d4a
This commit is contained in:
parent
46c3ff782a
commit
702e0a6159
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ instead of switch-to-buffer-*."
|
||||||
|
|
||||||
;; `which-key'
|
;; `which-key'
|
||||||
(after! which-key
|
(after! which-key
|
||||||
(when (eq which-key-popup-type 'side)
|
(when (eq which-key-popup-type 'side-window)
|
||||||
(setq which-key-popup-type 'custom
|
(setq which-key-popup-type 'custom
|
||||||
which-key-custom-popup-max-dimensions-function (lambda (_) (which-key--side-window-max-dimensions))
|
which-key-custom-popup-max-dimensions-function (lambda (_) (which-key--side-window-max-dimensions))
|
||||||
which-key-custom-hide-popup-function #'which-key--hide-buffer-side-window
|
which-key-custom-hide-popup-function #'which-key--hide-buffer-side-window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue