1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 09:20:59 -08:00

Add README note about last commit

This commit is contained in:
justbur 2015-11-20 15:40:16 -05:00
parent 55384945c7
commit 2d0b1463ad

View file

@ -1,6 +1,9 @@
* which-key
[[http://melpa.org/#/which-key][http://melpa.org/packages/which-key-badge.svg]] [[http://stable.melpa.org/#/which-key][file:http://stable.melpa.org/packages/which-key-badge.svg]]
** What's New
- Use your mouse to hover over commands and the docstring will be displayed in
the echo area or a tooltip, depending on whether or not you're using
=tooltip-mode=.
- The function =which-key-show-top-level= was implemented by @iqbalansari
(thanks!) to show top-level key bindings (those not behind a prefix). You can
use =M-x which-key-show-top-level= to try it and bind it to a key if you like.