I have been trying to turn off evil mode for emms for a few days now. I have tried these modes, nothing works except the playlist mode.
The playlist mode does come up in emacs mode but not the browser or the search. ;; playlist,emms mode works. not the browser or search. (evil-set-initial-state 'EMMS 'emacs) (evil-set-initial-state 'Emms-Browser 'emacs) (evil-set-initial-state 'emms-browser-mode 'emacs) (evil-set-initial-state 'emms-playlist-mode 'emacs) (evil-set-initial-state 'emms-browser-search-mode 'emacs) I've verified the modes and their names in the emms souce code. Does anyone know the proper way to turn evil-mode off for emms? Thank you. Erica
