From fcdb36b39ae1991ae714a09e3fbd8dc1573f0454 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Apr 2022 08:48:07 +0200 Subject: [PATCH] Remove pdf-tools I am not using them anymore. --- init.el | 7 ------- 1 file changed, 7 deletions(-) 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)