From e09dbe56f95c7ba995cef7fad4b80b0495da0409 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 29 Jul 2018 23:51:16 +0100 Subject: PDF tools added to emacs --- emacs/loader.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/loader.org b/emacs/loader.org index 1ea9018..47249f2 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -493,6 +493,12 @@ Exporting to html needs htmlize. :commands writeroom-mode) #+END_SRC +*** PDF Tools +#+BEGIN_SRC emacs-lisp + (use-package pdf-tools + :commands pdf-view-mode) +#+END_SRC + ** Programming My emacs configuration is mostly focused on programming, therefore there is a lot of different language support. -- cgit