branch: elpa/evil
commit b904c4f0bf7a3f2037e3f93a6ced8d7fb6243827
Author: Brian Leung <[email protected]>
Commit: Tom Dalziel <[email protected]>
evil-vars: Update evil-insert-state-modes
haskell-interactive-mode and utop-mode are REPL-like modes that both
inherit from fundamental-mode, so they need to be explicitly listed here.
---
evil-vars.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/evil-vars.el b/evil-vars.el
index 989db57653..963417dcb0 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -896,11 +896,13 @@ expression matching the buffer's name and STATE is one of
`normal',
inferior-scheme-mode
inferior-sml-mode
internal-ange-ftp-mode
+ haskell-interactive-mode
prolog-inferior-mode
reb-mode
shell-mode
slime-repl-mode
term-mode
+ utop-mode
wdired-mode)
"Modes that should come up in Insert state."
:type '(repeat symbol)