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

Ivy-occur and view-read-only #789

Closed
glucas opened this issue Nov 23, 2016 · 1 comment
Closed

Ivy-occur and view-read-only #789

glucas opened this issue Nov 23, 2016 · 1 comment

Comments

@glucas
Copy link
Contributor

glucas commented Nov 23, 2016

When view-read-only is non-nil, buffers created by ivy-occur are in view-mode which interferes with the key bindings.

I have added this to my init, but seems like it could be built-in:

    (add-hook 'ivy-occur-mode-hook (lambda () (setq-local view-read-only nil)))
@abo-abo
Copy link
Owner

abo-abo commented Nov 23, 2016

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

No branches or pull requests

2 participants