aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Leung <leungbk@mailfence.com>2020-09-06 13:09:51 -0700
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-04-18 23:39:48 +0200
commitb904c4f0bf7a3f2037e3f93a6ced8d7fb6243827 (patch)
treeea734ff7aa6d423d1c117a39e59ead16fa992b1d
parent3cd5aa6f25416adbe87d468c69aebd3eec653175 (diff)
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.
-rw-r--r--evil-vars.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/evil-vars.el b/evil-vars.el
index 989db57..963417d 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)