From 822ac360f8ec3f376b5ba0db6510160d836ac913 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 30 Aug 2019 18:58:13 -0400 Subject: [PATCH] emacs: pdf-tools: convenient history bindings, more gentle resizing --- .emacs.d/init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) -- 2.20.1