summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 16db0e9..522cd64 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -474,7 +474,7 @@
completion-cycle-threshold 2))
(use-package pdf-tools
- :defer t
+ :ensure t
:config
(pdf-tools-install)
(add-to-list 'auto-mode-alist '("\\.pdf\\'" . 'pdf-view-mode))