diff --git a/.config/emacs/init.el b/.config/emacs/init.el index ae60534..a6a6cde 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -550,8 +550,7 @@ (use-package pdf-tools :straight t - :ensure t - :config + :init (pdf-tools-install)) ;; (use-package mu4e @@ -602,5 +601,3 @@ ;; erc-interpret-mirc-color t ;; erc-rename-buffers t ;; erc-track-exclude-server-buffer t)) - - diff --git a/Emacs.org b/Emacs.org index 8b75482..fa2263b 100644 --- a/Emacs.org +++ b/Emacs.org @@ -685,8 +685,7 @@ Sets HTML strings to have the background of the color they represent. #+begin_src emacs-lisp (use-package pdf-tools :straight t - :ensure t - :config + :init (pdf-tools-install)) #+end_src