Fix invalid-function: PDF Tools error in latex

Due to a forgotten quote on a list form.

Reported by @xarthurx
This commit is contained in:
Henrik Lissner 2018-06-28 20:42:41 +02:00
parent 2dac739ce7
commit 5d28a4f100
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -99,8 +99,8 @@
;; Or PDF-tools, but only if the module is also loaded ;; Or PDF-tools, but only if the module is also loaded
(when (and (featurep! :tools pdf) (when (and (featurep! :tools pdf)
(featurep! +pdf-tools)) (featurep! +pdf-tools))
(add-to-list 'TeX-view-program-list ("PDF Tools" "TeX-pdf-tools-sync-view")) (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")) (add-to-list 'TeX-view-program-selection '(output-pdf "PDF Tools"))
;; Enable auto reverting the PDF document with PDF Tools ;; Enable auto reverting the PDF document with PDF Tools
(add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer))) (add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer)))