summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2c62444..bd971c6 100644
--- a/init.el
+++ b/init.el
@@ -34,6 +34,9 @@
;; Catppuccin theme
(load "~/.emacs.d/theme.el")
+;; pdf-tools
+(use-package pdf-tools)
+
;; Magit
(use-package magit)