diff --git a/init.el b/init.el index 3bde19e..6e39766 100644 --- a/init.el +++ b/init.el @@ -129,10 +129,6 @@ (with-demoted-errors "Cannot activate mode: %s" (funcall mode +1))) - (unless on-windows - (with-demoted-errors "Cannot load `pdf-tools’: %s" - (pdf-tools-install))) - ;; This causes inacceptable lack when drawing buffers, so disable it for now. ;; Needs to be investigated further. @@ -3047,9 +3043,6 @@ With given ARG, display files in `db/important-document-path’." (use-package pdf-occur :commands (pdf-occur-global-minor-mode)) -(use-package pdf-tools - :commands (pdf-tools-install)) - (use-package python :config (progn (unless (require 'lsp-pyright nil :no-error)