Fit PDFs to width

This commit is contained in:
contrapunctus 2022-01-14 13:01:40 +05:30
parent 7f183de07d
commit 3b33079d42
1 changed files with 1 additions and 1 deletions

View File

@ -2080,7 +2080,7 @@ PR ideas
("g" . pdf-view-first-page)
("l" . pdf-view-last-page))
:config
(setq-default pdf-view-display-size 'fit-height))
(setq-default pdf-view-display-size 'fit-width))
(use-package pdf-history
:bind