diff --git a/which-key.el b/which-key.el index 5e68f5c4cda..490ed7db277 100644 --- a/which-key.el +++ b/which-key.el @@ -563,6 +563,7 @@ if there is space and the bottom otherwise." "Apply suggested settings for side-window that opens on bottom." (interactive) + (which-key--setup-echo-keystrokes) (setq which-key-popup-type 'side-window which-key-side-window-location 'bottom which-key-show-prefix 'echo))