From 6b5ca75b648e256bf2da5d5b0341abb27a198484 Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 18 Nov 2015 21:48:27 -0500 Subject: [PATCH] Forgot line in last commit --- which-key.el | 1 + 1 file changed, 1 insertion(+) 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))