changed pdf resize factor
This commit is contained in:
parent
08006a97a8
commit
a95e517b7e
2
conf.org
2
conf.org
|
@ -2536,11 +2536,13 @@ Filtering is useful for obvious reasons
|
|||
#+END_SRC
|
||||
** pdf-tools
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; TODO consider tagging this with :pin manual to upgrade seperately
|
||||
(use-package pdf-tools
|
||||
:ensure t
|
||||
:config
|
||||
(pdf-tools-install t)
|
||||
(setq pdf-view-display-size 'fit-page
|
||||
pdf-view-resize-factor 1.1
|
||||
pdf-annot-activate-created-annotations t)
|
||||
(add-hook 'pdf-annot-list-mode-hook #'pdf-annot-list-follow-minor-mode))
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in New Issue