From f17a5bf650f7c8c48958aec64a9256b243922c42 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 10 Mar 2020 20:45:18 +0100 Subject: [PATCH] Disable auto-revert in PDF-tools --- init.org | 1 - 1 file changed, 1 deletion(-) diff --git a/init.org b/init.org index 829c238..4d8c158 100644 --- a/init.org +++ b/init.org @@ -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