X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/9c0b1e4a230ce4cd3779022009e185315bf68f3b..62a2088e0654f9f2877f7d234227ceb2d3e66daf:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a8e7e07..a535aaf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1483,7 +1483,7 @@ This function is intended for use with `ivy-ignore-buffers'." :hook ((tex-mode . auto-fill-mode) (tex-mode . flyspell-mode))) -(use-feature george-mode +(use-package george-mode :straight (:host nil :repo "https://git.shemshak.org/amin/george-mode") :mode "\\.grg\\'") @@ -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