Skip to content

Commit 3c1bc7f

Browse files
authored
evil-vars: reset evil-overriding-maps to an empty list (#1494)
It's more intuitive for evil beginners if no keymap overriding evil maps. fix #1488
1 parent 2000d65 commit 3c1bc7f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

evil-vars.el

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -894,18 +894,7 @@ expression matching the buffer's name and STATE is one of `normal',
894894
(defvar evil-pending-intercept-maps nil
895895
"An alist of pending intercept maps.")
896896

897-
(defcustom evil-overriding-maps
898-
'((Buffer-menu-mode-map . nil)
899-
(color-theme-mode-map . nil)
900-
(comint-mode-map . nil)
901-
(compilation-mode-map . nil)
902-
(grep-mode-map . nil)
903-
(dictionary-mode-map . nil)
904-
(ert-results-mode-map . motion)
905-
(Info-mode-map . motion)
906-
(speedbar-key-map . nil)
907-
(speedbar-file-key-map . nil)
908-
(speedbar-buffers-key-map . nil))
897+
(defcustom evil-overriding-maps '()
909898
"Keymaps that should override Evil maps.
910899
Entries have the form (MAP-VAR . STATE), where MAP-VAR is
911900
a keymap variable and STATE is the state whose bindings

0 commit comments

Comments
 (0)