Fit PDF to width by default

This commit is contained in:
coolneng 2022-05-04 23:43:43 +02:00
parent 83477573a1
commit 7df7854787
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -72,3 +72,5 @@
"--header-insertion=never"
"--header-insertion-decorators=0"))
(after! lsp-clangd (set-lsp-priority! 'clangd 2))
;; Fit PDF to width by default
(setq-default pdf-view-display-size 'fit-width)