From a42b1380f193fb49326c20f9115d1412fb91496d Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 17 Sep 2022 13:07:08 +0200 Subject: [PATCH] PDF tools fix --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index cfe2c46..e71a7d5 100644 --- a/init.org +++ b/init.org @@ -479,7 +479,7 @@ it's only slow on the first run! #+BEGIN_SRC emacs-lisp - (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-tools-install)) + (pdf-loader-install) #+END_SRC #+BEGIN_SRC emacs-lisp