summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-25 07:30:49 +0200
committerThanos Apollo <[email protected]>2024-01-25 07:30:49 +0200
commit2c20ed64f3fad0d1140f80d4d8d50d788b9e943d (patch)
tree9dd47c6afe3ac437728af5840220ebdc85afabbb
parent9ded43102d22dda467d7112e608e8133897d5a9f (diff)
emacs:(pdf-tools) ensure is loaded
If defer, configuration for midnight mode won't be loaded
-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))