Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

which-key doesn't show correct completions #324

Open
librarianmage opened this issue Oct 3, 2021 · 1 comment
Open

which-key doesn't show correct completions #324

librarianmage opened this issue Oct 3, 2021 · 1 comment

Comments

@librarianmage
Copy link

I'm using use-package to load my packages, like so:

(use-package helpful
  :bind (([remap describe-function] . helpful-callable)
         ([remap Info-goto-emacs-command-node] . helpful-command)
         ([remap describe-variable] . helpful-variable)
         ([remap describe-key] . helpful-key)
         ("C-c C-d" . helpful-at-point)))

however, the command names aren't overridden for the rebind ones:
image
is there something that I'm missing? Do I need to refresh the command bindings, or something?

@justbur
Copy link
Owner

justbur commented Nov 26, 2021

Do you have which-key-compute-remaps set to t?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants