From c7d7b7f8051f92283aa13a6b2e639de61935625d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 1 Apr 2019 23:53:04 -0400 Subject: [PATCH] added pdftools to evil mode --- conf.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.org b/conf.org index 5242bf3..f07294f 100644 --- a/conf.org +++ b/conf.org @@ -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))