[pdf-tools] Work towards a usable environment

Make backward search work with the pinky mouse button on the Huge™ and
add auto-revert mode to pdfs
master
Jacopo De Simoi 10 months ago
parent 2d4e8679a2
commit a8da30022b
  1. 3
      global.org

@ -2404,6 +2404,9 @@
Let us give pdf-tools a try
#+begin_src emacs-lisp
(pdf-tools-install)
(define-key pdf-view-mode-map (kbd "<mouse-12>")
'pdf-sync-backward-search-mouse)
(add-hook 'pdf-view-mode-hook #'auto-revert-mode)
#+end_src
** C and C++
*** Hooks

Loading…
Cancel
Save