mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org: match latex preview bg to doom-theme bg
This commit is contained in:
@ -112,7 +112,8 @@
|
|||||||
org-edit-src-content-indentation 0
|
org-edit-src-content-indentation 0
|
||||||
|
|
||||||
;; Latex
|
;; 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-highlight-latex-and-related '(latex)
|
||||||
org-latex-create-formula-image-program 'dvipng
|
org-latex-create-formula-image-program 'dvipng
|
||||||
org-latex-image-default-width ".9\\linewidth"
|
org-latex-image-default-width ".9\\linewidth"
|
||||||
|
Reference in New Issue
Block a user