From 2c20ed64f3fad0d1140f80d4d8d50d788b9e943d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 25 Jan 2024 07:30:49 +0200 Subject: emacs:(pdf-tools) ensure is loaded If defer, configuration for midnight mode won't be loaded --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') 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)) -- cgit v1.2.3