justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.74k stars 87 forks source link

Add preliminary support for menu-items #308

Closed justbur closed 3 years ago

justbur commented 3 years ago

This is not extensively tested and any help along these lines would be appreciated.

bdarcus commented 3 years ago

Thanks much for this @justbur!

Just to confirm that with my initial tests using embark-act with bibtex-actions, it works; correctly applying the descriptions rather than the command names.

Screenshot from 2021-06-19 19-13-24

~I'm not sure if this is a which-key issue or (more likely) an embark issue, but I do note the default RET entry is showing the command name, rather than the description. I'll check with embark on that though.~

minad commented 3 years ago

@bdarcus The RET issue you mentioned is a embark issue.

justbur commented 3 years ago

I merged support for menu-items using a different approach in another branch