From d5f96e12d97f4ee2621ec43bd90eef8c9460fbf8 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 6 Dec 2020 13:46:46 +0100 Subject: [PATCH] de-nixify pdftools config --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index dda2f73..d7434aa 100644 --- a/init.el +++ b/init.el @@ -102,8 +102,10 @@ (add-hook 'cc-mode-hook 'tabs-yay) ;; pdftools ftw, docview is shit that needs to be left in the past -(require 'pdf-tools) -(pdf-loader-install) +(use-package pdf-tools + :straight t + :config + (pdf-loader-install)) ;; highlight the parens (setq show-paren-delay 0)