mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/popup: fix typo in d8928d4a
This commit is contained in:
@ -302,7 +302,7 @@ instead of switch-to-buffer-*."
|
||||
|
||||
;; `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
|
||||
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
|
||||
|
Reference in New Issue
Block a user