From f8c1b7c558737c039d83005433feef0836ec22d0 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 21 Oct 2022 13:52:36 +0200 Subject: [PATCH] Fit PDF to page by default --- +ui.el | 1 - 1 file changed, 1 deletion(-) diff --git a/+ui.el b/+ui.el index 5e9de71..4b9a12b 100644 --- a/+ui.el +++ b/+ui.el @@ -9,7 +9,6 @@ ;; Match pdf-tools colors to the theme and fit to page by default (after! pdf-tools (setq pdf-view-midnight-colors '("#BBC2CF" . "#282C34")) - (setq-default pdf-view-display-size 'fit-width) (add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)) ;; Customize modeline (setq doom-modeline-major-mode-icon t