org: match latex preview bg to doom-theme bg

This commit is contained in:
Henrik Lissner 2016-09-05 12:32:50 +02:00
parent 28519e8e68
commit 5df17461cc

View file

@ -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"