X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/a4eace5127b5a0f3a99b02b0514e6f50b647cc97..62a2088e0654f9f2877f7d234227ceb2d3e66daf:/.emacs.d/init.el?ds=sidebyside diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a3d38ab..a535aaf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1915,6 +1915,14 @@ This function is intended for use with `ivy-ignore-buffers'." :config (pdf-tools-install nil t) :custom (pdf-view-resize-factor 1.05)) +(use-package org-pdftools + :straight (:host github :repo "fuxialexander/org-pdftools") + :demand + :after org + :config + (with-eval-after-load 'org + (require 'org-pdftools))) + (use-package biblio) (use-feature reftex