File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff 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.
910899Entries have the form (MAP-VAR . STATE), where MAP-VAR is
911900a keymap variable and STATE is the state whose bindings
You can’t perform that action at this time.
0 commit comments