From 4431eac0abf4ee287f3606893b8176540c27b85b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 23 Apr 2020 13:04:03 -0400 Subject: [PATCH] Fix void-function: pdf-tools-install-noverify For folks who try `M-x pdf-tools-install` at startup instead of simply loading a pdf file. --- modules/tools/pdf/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tools/pdf/config.el b/modules/tools/pdf/config.el index 4aa9f3bf9..99956fdea 100644 --- a/modules/tools/pdf/config.el +++ b/modules/tools/pdf/config.el @@ -53,6 +53,7 @@ (setq-hook! 'pdf-view-mode-hook evil-normal-state-cursor (list nil)) ;; Install epdfinfo binary if needed, blocking until it is finished + (require 'pdf-tools) (unless (file-executable-p pdf-info-epdfinfo-program) (let ((wconf (current-window-configuration))) (pdf-tools-install)