From 9a4ecaffa5d08ef92d143d6411496bf1f8ea9883 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 22 Jan 2024 19:56:08 -0500 Subject: [PATCH] fix(emacs): set `doc-view-resolution` for PDFs Signed-off-by: Lucas Sta Maria --- .emacs.d/include/pdfconfig.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/include/pdfconfig.el b/.emacs.d/include/pdfconfig.el index a09b2f8..defcd1f 100644 --- a/.emacs.d/include/pdfconfig.el +++ b/.emacs.d/include/pdfconfig.el @@ -6,6 +6,8 @@ ;; PDF Tools (pdf-tools-install) +(setq doc-view-resolution 300) + (defun pdf-download-and-view (&optional url filename) "Download and view the PDF given by its URL as FILENAME." (interactive)