added pdftools to evil mode

This commit is contained in:
ndwarshuis 2019-04-01 23:53:04 -04:00
parent 311147b96a
commit c7d7b7f805
1 changed files with 2 additions and 2 deletions

View File

@ -3902,8 +3902,8 @@ 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
'(company dired ediff flycheck helm minibuffer mu4e
package-menu term which-key))
'(company dired doc-view ediff flycheck helm minibuffer mu4e
package-menu pdf term which-key))
(setq evil-collection-setup-minibuffer t)
:config
(evil-collection-init))