Fix evil bindings in ediff

This commit is contained in:
Elliott Shugerman 2022-11-18 07:09:41 -08:00 committed by Maxi Wolff
parent 85a386632a
commit 6f34ec4de9
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@
(defvar evil-lisp-safe-structural-editing-modes '()
"A list of major mode symbols where safe structural editing is supported.")
(defvar spacemacs-evil-collection-allowed-list '(eww dired quickrun)
(defvar spacemacs-evil-collection-allowed-list '(eww dired quickrun ediff)
"List of modes Spacemacs will allow to be evilified by evil-collection-init.")