Disable PDF recoloring by default
This commit is contained in:
parent
72f1079538
commit
518413d20d
3
+ui.el
3
+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)
|
||||
|
|
Loading…
Reference in New Issue