Put comment in right place
This commit is contained in:
parent
c502fe6328
commit
eeb10ae6cd
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
;;; lang/latex/+viewers.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Update PDF buffers after successful LaTeX runs
|
||||
|
||||
(when (featurep! +okular)
|
||||
;; Configure Okular as viewer. Including a bug fix
|
||||
;; (https://bugs.kde.org/show_bug.cgi?id=373855)
|
||||
|
@ -20,4 +18,5 @@
|
|||
(when (and (featurep! :tools pdf)
|
||||
(featurep! +pdf-tools))
|
||||
(add-to-list 'TeX-view-program-selection '(output-pdf "PDF Tools"))
|
||||
;; Update PDF buffers after successful LaTeX runs
|
||||
(add-hook 'TeX-after-compilation-finished-function #'TeX-revert-document-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue