From fea71e871c262bcd62efb1d72c188e440a49c952 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 29 Aug 2014 00:00:32 -0400 Subject: [PATCH] Switch all evil motion states to evil normal states --- init-package/init-evil.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init-package/init-evil.el b/init-package/init-evil.el index 1d962fa3b..80ce0594e 100644 --- a/init-package/init-evil.el +++ b/init-package/init-evil.el @@ -44,7 +44,9 @@ ;; I prefer to stay on the original character when leaving insert mode ;; (initiated with 'i'). (setq evil-move-cursor-back nil) - (evil-mode 1)) + (evil-mode 1) + ;; replace motion state by normal state and add some other modes + (setq evil-normal-state-modes (append '(rcirc-mode) evil-motion-state-modes))) :config (progn ;; inspired from: