From 08006a97a87b4ebf0ac00de54da0012a17f1fd42 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 8 Apr 2019 13:45:55 -0400 Subject: [PATCH] don't ask to install the epdfinfo program --- conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.org b/conf.org index 982420a..814a587 100644 --- a/conf.org +++ b/conf.org @@ -2539,7 +2539,7 @@ Filtering is useful for obvious reasons (use-package pdf-tools :ensure t :config - (pdf-tools-install) + (pdf-tools-install t) (setq pdf-view-display-size 'fit-page pdf-annot-activate-created-annotations t) (add-hook 'pdf-annot-list-mode-hook #'pdf-annot-list-follow-minor-mode))