mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 03:40:36 -08:00
No description
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 |
||
|---|---|---|
| img | ||
| .gitignore | ||
| LICENSE.md | ||
| README.org | ||
| which-key.el | ||
Rewrite of guide-key-mode for emacs.
Here's a recent picture showing what it does:

Status
It is somewhat stable for me at the moment, but expect to see potentially weird behavior (then to report it to me!).
Completed
- Use idle timers to trigger window popup instead of guide-key's constant polling.
- Add support for replacement lists to modify key descriptions on the fly.
Ongoing/Planned
- Explore alternatives to popwin like window-pupose and using display-buffer directly