1
0
Fork 0

fix(emacs): set doc-view-resolution for PDFs

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-22 19:56:08 -05:00
parent b5d5ac3ac1
commit 9a4ecaffa5
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -6,6 +6,8 @@
;; PDF Tools ;; PDF Tools
(pdf-tools-install) (pdf-tools-install)
(setq doc-view-resolution 300)
(defun pdf-download-and-view (&optional url filename) (defun pdf-download-and-view (&optional url filename)
"Download and view the PDF given by its URL as FILENAME." "Download and view the PDF given by its URL as FILENAME."
(interactive) (interactive)