diff options
author | Thanos Apollo <[email protected]> | 2024-01-25 07:30:49 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-25 07:30:49 +0200 |
commit | 2c20ed64f3fad0d1140f80d4d8d50d788b9e943d (patch) | |
tree | 9dd47c6afe3ac437728af5840220ebdc85afabbb | |
parent | 9ded43102d22dda467d7112e608e8133897d5a9f (diff) |
emacs:(pdf-tools) ensure is loaded
If defer, configuration for midnight mode won't be loaded
-rw-r--r-- | .emacs.d/init.el | 2 |
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)) |