emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/which-key 45bfcd3 22/51: Make which-key-show prefix mod


From: Stefan Monnier
Subject: [elpa] externals/which-key 45bfcd3 22/51: Make which-key-show prefix mode-line work like top and bottom
Date: Tue, 8 Sep 2020 10:26:18 -0400 (EDT)

branch: externals/which-key
commit 45bfcd3041942a3938791bfa34f28f2a9827d42a
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]