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

counsel.el (counsel-mode): Allow use of describe-prefix-bindings #441

Merged
merged 1 commit into from Mar 17, 2016

Conversation

justbur
Copy link
Contributor

@justbur justbur commented Mar 17, 2016

Add option to let counsel-descbinds override describe-bindings in
counsel-mode.

counsel.el (counsel-descbinds): Make signature match describe-bindings
counsel.el (counsel--descbinds-cands): Adjust for previous change
counsel.el (counsel-mode-override-describe-bindings): New option

Add option to let counsel-descbinds override describe-bindings in
counsel-mode.

counsel.el (counsel-descbinds): Make signature match describe-bindings
counsel.el (counsel--descbinds-cands): Adjust for previous change
counsel.el (counsel-mode-override-describe-bindings): New option
@abo-abo
Copy link
Owner

abo-abo commented Mar 17, 2016

Isn't it already overridden via counsel-mode-map? Works fine for me.

@justbur
Copy link
Contributor Author

justbur commented Mar 17, 2016

Try C-c C-h which usually calls describe-prefix-bindings for the prefix C-c. This function calls describe-bindings under the hood which does not get remapped since it's just a straight function call.

@abo-abo abo-abo merged commit d8da9c4 into abo-abo:master Mar 17, 2016
@abo-abo
Copy link
Owner

abo-abo commented Mar 17, 2016

I get it now, thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants