mickeynp / discover.el

Discover more of emacs with context menus!
http://www.masteringemacs.org/article/discoverel-discover-emacs-context-menus
GNU General Public License v3.0
176 stars 16 forks source link

Dired keybinding do not work with evil mode #11

Open legendre6891 opened 10 years ago

legendre6891 commented 10 years ago

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 commented 10 years ago

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

sebastiansturm commented 10 years ago

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)