aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/loader.org6
1 files changed, 6 insertions, 0 deletions
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.