Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants