Disable auto-revert in PDF-tools

This commit is contained in:
Lars Tveito 2020-03-10 20:45:18 +01:00
parent c2b27d2599
commit f17a5bf650

View File

@ -464,7 +464,6 @@
it's only slow on the first run!
#+BEGIN_SRC emacs-lisp
(add-hook 'pdf-tools-enabled-hook 'auto-revert-mode)
(add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-tools-install))
#+END_SRC