From 8ceaf658a149cd5479370ae664b0c72f106e2fe9 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 27 Oct 2025 17:11:31 +0100 Subject: [PATCH] Disable PDF recoloring by default --- +ui.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/+ui.el b/+ui.el index 363f8b5..15eecf7 100644 --- a/+ui.el +++ b/+ui.el @@ -8,8 +8,7 @@ (setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1)) ;; Match pdf-tools colors to the theme and fit to page by default (after! pdf-tools - (setq pdf-view-midnight-colors '("#BBC2CF" . "#282C34")) - (add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)) + (setq pdf-view-midnight-colors '("#BBC2CF" . "#282C34"))) ;; Customize modeline (setq doom-modeline-major-mode-icon t doom-modeline-buffer-encoding nil)