ui/popup: fix typo in d8928d4a

This commit is contained in:
Henrik Lissner 2018-10-03 02:32:22 -04:00
parent 46c3ff782a
commit 702e0a6159
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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