1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 17:31:04 -08:00

Add notes about paging commands not working with minibuffer

This commit is contained in:
Justin Burkett 2017-12-05 07:17:47 -05:00
parent 1234342878
commit 159f0f9b78
2 changed files with 7 additions and 2 deletions

View file

@ -118,7 +118,9 @@
[[./img/which-key-minibuffer.png]]
Note the maximum height of the minibuffer is controlled through the built-in
variable =max-mini-window-height=.
variable =max-mini-window-height=. Also, the paging commands do not work
reliably with the minibuffer option. Use the side window on the bottom
option if you need paging.
** Additional Commands
- =which-key-show-top-level= will show most key bindings without a prefix. It

View file

@ -778,7 +778,10 @@ bottom."
;;;###autoload
(defun which-key-setup-minibuffer ()
"Apply suggested settings for minibuffer."
"Apply suggested settings for minibuffer.
Do not use this setup if you use the paging commands. Instead use
`which-key-setup-side-window-bottom', which is nearly identical
but more functional."
(interactive)
(which-key--setup-echo-keystrokes)
(setq which-key-popup-type 'minibuffer