Fontify latex blocks natively
This commit is contained in:
parent
ee4358a243
commit
cd3f1399af
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ path too.")
|
||||||
org-refile-use-outline-path 'file
|
org-refile-use-outline-path 'file
|
||||||
org-outline-path-complete-in-steps nil)
|
org-outline-path-complete-in-steps nil)
|
||||||
|
|
||||||
|
;; Fontify latex blocks natively
|
||||||
|
(setq org-highlight-latex-and-related '(native))
|
||||||
(plist-put! org-format-latex-options
|
(plist-put! org-format-latex-options
|
||||||
:scale 1.5 ; larger previews
|
:scale 1.5 ; larger previews
|
||||||
:foreground 'auto ; match the theme foreground
|
:foreground 'auto ; match the theme foreground
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue