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

Use helm-map prefix instead of hard-coded binding #26

Open
NimoTh opened this issue Sep 9, 2019 · 0 comments
Open

Use helm-map prefix instead of hard-coded binding #26

NimoTh opened this issue Sep 9, 2019 · 0 comments

Comments

@NimoTh
Copy link

NimoTh commented Sep 9, 2019

(global-set-key (kbd "C-c h o") 'helm-occur)

In this and the following three lines, why not use the previously defined helm-map prefix? I think it makes sense to rebind these keys, as well, if the prefix is changed. Currently, they will always be bound to, e.g., "C-c h o" no matter how the prefix is bound.

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

1 participant