summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-kj/init.el')
-rw-r--r--emacs/.config/emacs-kj/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index a18a8f0..200dd8c 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -822,3 +822,5 @@
(expand-file-name "google.el" user-emacs-directory)))
(when (file-exists-p google-config-file)
(load-file google-config-file)))
+
+(use-package pdf-tools)