summaryrefslogtreecommitdiff
path: root/evil-pdf.el
diff options
context:
space:
mode:
authorFredrik Bergroth <fbergroth@gmail.com>2017-11-15 10:12:24 +0100
committerJames N <james@jojojames.com>2017-11-15 18:43:58 -0800
commita4d3719e4f692e99df4f8f289e76df09f111a637 (patch)
tree2b6add59cb12ba69a8fbe4bf7cfcaeb246e4c0ba /evil-pdf.el
parent14d9c51a1a3b9c492d9dff8ff6cee62938b02bee (diff)
Require third party packages with NOERROR
Diffstat (limited to 'evil-pdf.el')
-rw-r--r--evil-pdf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-pdf.el b/evil-pdf.el
index 5c0e764..6e19d05 100644
--- a/evil-pdf.el
+++ b/evil-pdf.el
@@ -28,7 +28,7 @@
;;; Code:
(require 'evil)
-(require 'pdf-view)
+(require 'pdf-view nil t)
;; TODO: `image-mode-map' is the parent of `pdf-view-mode-map'. A bug(?) in
;; image-mode-map and pdf-mode-map seem to conflict with Evil.