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

Dired keybinding do not work with evil mode #11

Open
legendre6891 opened this issue Jan 27, 2014 · 2 comments
Open

Dired keybinding do not work with evil mode #11

legendre6891 opened this issue Jan 27, 2014 · 2 comments

Comments

@legendre6891
Copy link

If I have evil mode enabled, then '?' nor any of the other keybindings discover.el set up work in dired mode.

('?' simply performs its usual function dired, dired-summary)

@mickeynp
Copy link
Owner

I've never used Evil but it no doubt overrides all the keybindings, including the ones introduced by discover.

@sebastiansturm
Copy link

I guess the issue has been resolved already; if not, try adding something like this to your .emacs,
(add-to-list 'evil-emacs-state-modes 'dired-mode)
(add-to-list 'evil-emacs-state-modes 'makey-key-mode)

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

3 participants