From 5df17461cc106062f6b15279fe0715e4248a7357 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 5 Sep 2016 12:32:50 +0200 Subject: [PATCH] org: match latex preview bg to doom-theme bg --- modules/module-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/module-org.el b/modules/module-org.el index f7886db9d..3f7d2836f 100644 --- a/modules/module-org.el +++ b/modules/module-org.el @@ -112,7 +112,8 @@ org-edit-src-content-indentation 0 ;; Latex - org-format-latex-options (plist-put org-format-latex-options :scale 1.4) + org-format-latex-options (plist-put org-format-latex-options :scale 1.5) + org-format-latex-options (plist-put org-format-latex-options :background (face-attribute 'doom-default :background nil t)) org-highlight-latex-and-related '(latex) org-latex-create-formula-image-program 'dvipng org-latex-image-default-width ".9\\linewidth"