From: Amin Bandali Date: Fri, 30 Aug 2019 22:58:13 +0000 (-0400) Subject: emacs: pdf-tools: convenient history bindings, more gentle resizing X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/822ac360f8ec3f376b5ba0db6510160d836ac913?ds=sidebyside;pf=~bandali emacs: pdf-tools: convenient history bindings, more gentle resizing --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1432dda..c723488 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1588,8 +1588,11 @@ This function is intended for use with `ivy-ignore-buffers'." (use-package pdf-tools :defer 0.5 :bind (:map pdf-view-mode-map - ("M-RET" . image-previous-line)) - :config (pdf-tools-install nil t)) + ("" . pdf-history-backward) + ("" . pdf-history-forward) + ("M-RET" . image-previous-line)) + :config (pdf-tools-install nil t) + :custom (pdf-view-resize-factor 1.05)) (use-package biblio)