diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-27 23:04:46 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-27 23:04:46 -0400 |
commit | a31079db501b08674d9d414bcb01ec5e9f7afdda (patch) | |
tree | d409237f16e218c661b6ea7c2d3cbcdedc25d96f /init.el | |
parent | Update .gitignore (diff) | |
download | mmosmacs-a31079db501b08674d9d414bcb01ec5e9f7afdda.tar.gz mmosmacs-a31079db501b08674d9d414bcb01ec5e9f7afdda.tar.bz2 mmosmacs-a31079db501b08674d9d414bcb01ec5e9f7afdda.zip |
Misc bug fixes for previous commit or two
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -841,6 +841,7 @@ | |||
841 | pdf-view-midnight-colors | 841 | pdf-view-midnight-colors |
842 | `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background)) | 842 | `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background)) |
843 | :hook (pdf-view-mode . pdf-view-themed-minor-mode)) | 843 | :hook (pdf-view-mode . pdf-view-themed-minor-mode)) |
844 | (require 'pdf-tools) | ||
844 | 845 | ||
845 | 846 | ||
846 | ;; --------------------------------- | 847 | ;; --------------------------------- |
@@ -851,6 +852,7 @@ | |||
851 | 852 | ||
852 | (use-package nov | 853 | (use-package nov |
853 | :straight t | 854 | :straight t |
855 | :after 'after-init-hook | ||
854 | :config | 856 | :config |
855 | (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) | 857 | (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) |
856 | (setq nov-save-place-file "~/kb/bookmarksEPUB")) | 858 | (setq nov-save-place-file "~/kb/bookmarksEPUB")) |