On 2011-08-08 00:32 +0200, Michael Markert wrote:

> I think it would make the life of users far easier and
> their config thinner to switch to emacs-state if the mode isn't
> in `evil-insert-state-modes' or `evil-motion-state-modes'
> (and maybe add a `evil-normal-state-modes').

Commit dedf81c adds a `evil-default-state' variable for this purpose:

    (setq evil-default-state 'emacs)

This makes all unlisted modes come up in Normal state.
(You can set the initial state for a mode with the function
`evil-set-initial-state'.)

-- 
Vegard

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to