1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 03:40:36 -08:00
No description
Find a file
justbur fe5b1ee62e Add option to specify major-mode in replacements
Note all replacements need to be proper lists instead of cons cells now
to add the option to check the third argument. If the third argument is
missing it defaults to replacing in all major modes
2015-07-08 10:36:57 -04:00
img Better picture 2015-07-03 13:06:43 -04:00
.gitignore Fix compiler warnings 2015-07-06 15:25:49 -04:00
LICENSE.md Add license 2015-07-01 20:20:55 -04:00
README.org Better picture 2015-07-03 13:06:43 -04:00
which-key.el Add option to specify major-mode in replacements 2015-07-08 10:36:57 -04:00

Rewrite of guide-key-mode for emacs.

Here's a recent picture showing what it does:

/mirrors/emacs/media/commit/fe5b1ee62e14bcc1e0f9719916463fec7cfb2dae/img/which-key-bottom.png

Status

It is somewhat stable for me at the moment, but expect to see potentially weird behavior (then to report it to me!).

Completed

  1. Use idle timers to trigger window popup instead of guide-key's constant polling.
  2. Add support for replacement lists to modify key descriptions on the fly.

Ongoing/Planned

  1. Explore alternatives to popwin like window-pupose and using display-buffer directly