added evil ediff to evil collection

This commit is contained in:
petrucci4prez 2018-09-22 08:05:41 -07:00
parent f1692dfd84
commit eb9ec80c38
1 changed files with 1 additions and 2 deletions

View File

@ -2164,8 +2164,7 @@ Most packages that don't have an evil version are in this one. I don't like surp
:after evil
:init
(setq evil-collection-mode-list
'(dired flycheck company which-key helm minibuffer mu4e ediff
term))
'(dired ediff flycheck company which-key helm minibuffer mu4e ediff term))
(setq evil-collection-setup-minibuffer t)
:config
(evil-collection-init))