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.
This commit is contained in:
parent
279ca195d5
commit
4431eac0ab
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
(setq-hook! 'pdf-view-mode-hook evil-normal-state-cursor (list nil))
|
(setq-hook! 'pdf-view-mode-hook evil-normal-state-cursor (list nil))
|
||||||
|
|
||||||
;; Install epdfinfo binary if needed, blocking until it is finished
|
;; Install epdfinfo binary if needed, blocking until it is finished
|
||||||
|
(require 'pdf-tools)
|
||||||
(unless (file-executable-p pdf-info-epdfinfo-program)
|
(unless (file-executable-p pdf-info-epdfinfo-program)
|
||||||
(let ((wconf (current-window-configuration)))
|
(let ((wconf (current-window-configuration)))
|
||||||
(pdf-tools-install)
|
(pdf-tools-install)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue