Remove pdf-tools
I am not using them anymore.
This commit is contained in:
parent
10b69ad923
commit
fcdb36b39a
7
init.el
7
init.el
@ -129,10 +129,6 @@
|
|||||||
(with-demoted-errors "Cannot activate mode: %s"
|
(with-demoted-errors "Cannot activate mode: %s"
|
||||||
(funcall mode +1)))
|
(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.
|
;; This causes inacceptable lack when drawing buffers, so disable it for now.
|
||||||
;; Needs to be investigated further.
|
;; Needs to be investigated further.
|
||||||
|
|
||||||
@ -3047,9 +3043,6 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
(use-package pdf-occur
|
(use-package pdf-occur
|
||||||
:commands (pdf-occur-global-minor-mode))
|
:commands (pdf-occur-global-minor-mode))
|
||||||
|
|
||||||
(use-package pdf-tools
|
|
||||||
:commands (pdf-tools-install))
|
|
||||||
|
|
||||||
(use-package python
|
(use-package python
|
||||||
:config (progn
|
:config (progn
|
||||||
(unless (require 'lsp-pyright nil :no-error)
|
(unless (require 'lsp-pyright nil :no-error)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user