diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c1712a2d..adc94e72 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -281,7 +281,7 @@ (when (require 'pdf-tools nil t) ;; (setq pdf-view-midnight-colors '("#ffffff" . "#000000")) (setq pdf-view-midnight-colors '("#ff9900" . "#0a0a12" )) ; Amber - (add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode) + ;; (add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode) ; Most PDFs are not meant for this, so maybe don't set as default. (pdf-tools-install t t t)) (when (require 'rainbow-mode nil t)