Fix #4023 (again): background mismatch for latex previews
This commit is contained in:
parent
4d42347032
commit
6a30a11709
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ This forces it to read the background before rendering."
|
||||||
remap)
|
remap)
|
||||||
'default)
|
'default)
|
||||||
:background nil t))))
|
:background nil t))))
|
||||||
(+org-refresh-latex-background-h)
|
(when doom-init-theme-p
|
||||||
|
(+org-refresh-latex-background-h))
|
||||||
|
|
||||||
;; HACK Face specs fed directly to `org-todo-keyword-faces' don't respect
|
;; HACK Face specs fed directly to `org-todo-keyword-faces' don't respect
|
||||||
;; underlying faces like the `org-todo' face does, so we define our own
|
;; underlying faces like the `org-todo' face does, so we define our own
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue