summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-02-24 20:54:06 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2018-02-24 20:54:06 +0100
commit636171c8da80069d40e764dc339be059c77bd25d (patch)
treedf19475f907c5ba68316a3780c6211f31cd4a7be
parentdd69b1916d26577dc4dc9ba87b694538f0100003 (diff)
pdf: Require pdf-tools
-rw-r--r--evil-collection-pdf.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-collection-pdf.el b/evil-collection-pdf.el
index b521fa9..03a3a0e 100644
--- a/evil-collection-pdf.el
+++ b/evil-collection-pdf.el
@@ -28,6 +28,7 @@
;;; Code:
(require 'evil)
+(require 'pdf-tools nil t)
(require 'pdf-view nil t)
(declare-function pdf-view-last-page "pdf-view")