Remove obsolete references to pdf-tools

org-ref-pdf references pdf-tools, but I do not use it anyway anymore.
This commit is contained in:
Daniel - 2022-05-22 18:04:15 +02:00
parent aaa9e33801
commit b9d991425f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 11 deletions

11
init.el
View File

@ -1316,11 +1316,6 @@
(("C-c n l" . org-roam-buffer-toggle)
("C-c n g" . org-roam-graph))))
(use-package org-ref
:config (progn
(require 'org-ref-pdf)
(require 'org-ref-url-utils)))
;; * General Programming
@ -2783,12 +2778,6 @@ With given ARG, display files in `db/important-document-path."
(add-to-list 'TeX-view-program-selection
'(output-pdf "Evince"))
;; use pdf-tools when loaded
(with-eval-after-load 'pdf-tools
(add-to-list 'TeX-view-program-selection '(output-pdf "PDF Tools"))
(add-to-list 'TeX-after-compilation-finished-functions
#'TeX-revert-document-buffer))
;; style used for my personal definitions; not clear whether this
;; works as intended
(TeX-add-style-hook