aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorJustin Burkett2017-12-05 07:17:47 -0500
committerJustin Burkett2017-12-05 07:17:47 -0500
commit159f0f9b78753574a1892ae3e47c8c1938965ea9 (patch)
treeb53dbdb73fbe017c6d8799af383d6c89ae4b6ce3 /README.org
parent1234342878f9c9c9bc23ebe754e85d7fa155a51f (diff)
downloademacs-159f0f9b78753574a1892ae3e47c8c1938965ea9.tar.gz
emacs-159f0f9b78753574a1892ae3e47c8c1938965ea9.zip
Add notes about paging commands not working with minibuffer
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.org b/README.org
index 9ad7cb107d4..edde2a4788b 100644
--- a/README.org
+++ b/README.org
@@ -118,7 +118,9 @@
118 [[./img/which-key-minibuffer.png]] 118 [[./img/which-key-minibuffer.png]]
119 119
120 Note the maximum height of the minibuffer is controlled through the built-in 120 Note the maximum height of the minibuffer is controlled through the built-in
121 variable =max-mini-window-height=. 121 variable =max-mini-window-height=. Also, the paging commands do not work
122 reliably with the minibuffer option. Use the side window on the bottom
123 option if you need paging.
122 124
123** Additional Commands 125** Additional Commands
124 - =which-key-show-top-level= will show most key bindings without a prefix. It 126 - =which-key-show-top-level= will show most key bindings without a prefix. It