diff options
| author | Justin Burkett | 2020-02-03 20:57:53 -0500 |
|---|---|---|
| committer | Justin Burkett | 2020-02-03 20:57:53 -0500 |
| commit | 45bfcd3041942a3938791bfa34f28f2a9827d42a (patch) | |
| tree | 9451fed7855f9d782858c24366d6a3a2f62fb70d | |
| parent | db3d003e903deb07394b4e572206f809578278c6 (diff) | |
| download | emacs-45bfcd3041942a3938791bfa34f28f2a9827d42a.tar.gz emacs-45bfcd3041942a3938791bfa34f28f2a9827d42a.zip | |
Make which-key-show prefix mode-line work like top and bottom
Fixes #234
| -rw-r--r-- | which-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/which-key.el b/which-key.el index d343be0fc7c..de96a498fb2 100644 --- a/which-key.el +++ b/which-key.el | |||
| @@ -1556,7 +1556,7 @@ no title exists." | |||
| 1556 | ((not (string-equal repl-res "")) repl-res) | 1556 | ((not (string-equal repl-res "")) repl-res) |
| 1557 | ((and (eq which-key-show-prefix 'echo) alternate) | 1557 | ((and (eq which-key-show-prefix 'echo) alternate) |
| 1558 | alternate) | 1558 | alternate) |
| 1559 | ((and (member which-key-show-prefix '(bottom top)) | 1559 | ((and (member which-key-show-prefix '(bottom top mode-line)) |
| 1560 | (eq which-key-side-window-location 'bottom) | 1560 | (eq which-key-side-window-location 'bottom) |
| 1561 | echo-keystrokes) | 1561 | echo-keystrokes) |
| 1562 | (if alternate alternate | 1562 | (if alternate alternate |