aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-10-27 23:04:46 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-10-27 23:04:46 -0400
commita31079db501b08674d9d414bcb01ec5e9f7afdda (patch)
treed409237f16e218c661b6ea7c2d3cbcdedc25d96f /init.el
parentUpdate .gitignore (diff)
downloadmmosmacs-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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index e50a90c..c56e7a8 100644
--- a/init.el
+++ b/init.el
@@ -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"))