From 00af6e66a719fd5c41e29a0009e38c2f4ec5424d Mon Sep 17 00:00:00 2001 From: Patrick Elliott Date: Thu, 12 Jul 2018 18:32:23 +0200 Subject: [PATCH] Auctex already supports pdf tools --- modules/lang/latex/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/latex/config.el b/modules/lang/latex/config.el index 3bc7858e0..9eafb0de0 100644 --- a/modules/lang/latex/config.el +++ b/modules/lang/latex/config.el @@ -97,7 +97,6 @@ ;; Or PDF-tools, but only if the module is also loaded (when (and (featurep! :tools pdf) (featurep! +pdf-tools)) - (add-to-list 'TeX-view-program-list '("PDF Tools" "TeX-pdf-tools-sync-view")) (add-to-list 'TeX-view-program-selection '(output-pdf "PDF Tools")) ;; Enable auto reverting the PDF document with PDF Tools (add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer)))