aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-07-10 23:31:46 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-07-10 23:31:46 -0400
commit44c62814270eaf71fe552d05957582a694d66e74 (patch)
tree551cc1d40bc1504d033a237ad66d799fa74af0eb /init.el
parentFix save org files before updating Agenda view (diff)
downloadmmosmacs-44c62814270eaf71fe552d05957582a694d66e74.tar.gz
mmosmacs-44c62814270eaf71fe552d05957582a694d66e74.tar.bz2
mmosmacs-44c62814270eaf71fe552d05957582a694d66e74.zip
Improve rendering of `pdf-view-mode`
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index ff42d30..7f5364c 100644
--- a/init.el
+++ b/init.el
@@ -749,8 +749,9 @@
749(use-package pdf-tools 749(use-package pdf-tools
750 :straight t 750 :straight t
751 :config 751 :config
752 (setq pdf-view-use-scaling nil 752 (setq pdf-view-use-imagemagick t
753 doc-view-resolution 144 753 pdf-view-use-scaling nil
754 doc-view-resolution 300
754 pdf-view-midnight-colors 755 pdf-view-midnight-colors
755 `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background))) 756 `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background)))
756 757