From a31079db501b08674d9d414bcb01ec5e9f7afdda Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:04:46 -0400 Subject: Misc bug fixes for previous commit or two --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index e50a90c..c56e7a8 100644 --- a/init.el +++ b/init.el @@ -841,6 +841,7 @@ pdf-view-midnight-colors `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background)) :hook (pdf-view-mode . pdf-view-themed-minor-mode)) +(require 'pdf-tools) ;; --------------------------------- @@ -851,6 +852,7 @@ (use-package nov :straight t + :after 'after-init-hook :config (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) (setq nov-save-place-file "~/kb/bookmarksEPUB")) -- cgit v1.2.3