org: match latex preview bg to doom-theme bg
This commit is contained in:
parent
28519e8e68
commit
5df17461cc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue