fix(emacs): set doc-view-resolution
for PDFs
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b5d5ac3ac1
commit
9a4ecaffa5
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue