Remove pdf-tools

I am not using them anymore.
This commit is contained in:
Daniel - 2022-04-29 08:48:07 +02:00
parent 10b69ad923
commit fcdb36b39a
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 7 deletions

View File

@ -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)