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

Use keymap-based-replacements more thoroughly #289

Closed jgrey4296 closed 3 years ago

jgrey4296 commented 3 years ago

which-key--get-keymap-bindings was ignoring keymap-based replacements, this PR adjusts that. That main change meant get-current-bindings was not accurate, so that has been updated as well.

Tests are adjusted / extended accordingly.

justbur commented 3 years ago

Does the change in #299 fix the issue here?