diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 359f3bc41..f2cd2ae56 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -142,7 +142,8 @@ This forces it to read the background before rendering." remap) 'default) :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 ;; underlying faces like the `org-todo' face does, so we define our own