1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 21:42:34 -08:00
No description
Find a file
justbur 20353a2923 Rename config variables, simplifying interface
The primary config variable is now which-key-popup-type, which
supports 'minibuffer and 'side-window. 'side-window has further
associated options, primarily which-key-side-window-location
2015-07-05 23:06:06 -04:00
img Better picture 2015-07-03 13:06:43 -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 Rename config variables, simplifying interface 2015-07-05 23:06:06 -04:00

Rewrite of guide-key-mode for emacs.

Here's a recent picture showing what it does:

/mirrors/emacs/media/commit/20353a292366d5bbd16f90fe0480f00b26f1fdc7/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