aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index 3918da0..a213686 100644
--- a/init.el
+++ b/init.el
@@ -880,9 +880,11 @@
880 pdf-view-use-scaling nil 880 pdf-view-use-scaling nil
881 doc-view-resolution 300 881 doc-view-resolution 300
882 pdf-view-midnight-colors 882 pdf-view-midnight-colors
883 `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background)) 883 `(,mm/pdf-view-midnight-foreground . ,mm/pdf-view-midnight-background)
884 pdf-occur-search-batch-size 1)
884 :hook (pdf-view-mode . pdf-view-themed-minor-mode)) 885 :hook (pdf-view-mode . pdf-view-themed-minor-mode))
885(require 'pdf-tools) 886(require 'pdf-tools)
887(define-key pdf-view-mode-map (kbd "M-s o") 'pdf-occur)
886 888
887 889
888;; --------------------------------- 890;; ---------------------------------