branch: externals/which-key commit 45bfcd3041942a3938791bfa34f28f2a9827d42a Author: Justin Burkett <jus...@burkett.cc> Commit: Justin Burkett <jus...@burkett.cc>
Make which-key-show prefix mode-line work like top and bottom Fixes #234 --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index d343be0..de96a49 100644 --- a/which-key.el +++ b/which-key.el @@ -1556,7 +1556,7 @@ no title exists." ((not (string-equal repl-res "")) repl-res) ((and (eq which-key-show-prefix 'echo) alternate) alternate) - ((and (member which-key-show-prefix '(bottom top)) + ((and (member which-key-show-prefix '(bottom top mode-line)) (eq which-key-side-window-location 'bottom) echo-keystrokes) (if alternate alternate