de-nixify pdftools config

This commit is contained in:
Grigory Shipunov 2020-12-06 13:46:46 +01:00
parent 1706f3941e
commit d5f96e12d9
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -102,8 +102,10 @@
(add-hook 'cc-mode-hook 'tabs-yay) (add-hook 'cc-mode-hook 'tabs-yay)
;; pdftools ftw, docview is shit that needs to be left in the past ;; pdftools ftw, docview is shit that needs to be left in the past
(require 'pdf-tools) (use-package pdf-tools
(pdf-loader-install) :straight t
:config
(pdf-loader-install))
;; highlight the parens ;; highlight the parens
(setq show-paren-delay 0) (setq show-paren-delay 0)