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:
parent
aaa9e33801
commit
b9d991425f
11
init.el
11
init.el
@ -1316,11 +1316,6 @@
|
|||||||
(("C-c n l" . org-roam-buffer-toggle)
|
(("C-c n l" . org-roam-buffer-toggle)
|
||||||
("C-c n g" . org-roam-graph))))
|
("C-c n g" . org-roam-graph))))
|
||||||
|
|
||||||
(use-package org-ref
|
|
||||||
:config (progn
|
|
||||||
(require 'org-ref-pdf)
|
|
||||||
(require 'org-ref-url-utils)))
|
|
||||||
|
|
||||||
|
|
||||||
;; * General Programming
|
;; * General Programming
|
||||||
|
|
||||||
@ -2783,12 +2778,6 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
(add-to-list 'TeX-view-program-selection
|
(add-to-list 'TeX-view-program-selection
|
||||||
'(output-pdf "Evince"))
|
'(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
|
;; style used for my personal definitions; not clear whether this
|
||||||
;; works as intended
|
;; works as intended
|
||||||
(TeX-add-style-hook
|
(TeX-add-style-hook
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user