diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 3947e8146..b5cbe7a13 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -124,6 +124,8 @@ path too.") org-refile-use-outline-path 'file org-outline-path-complete-in-steps nil) + ;; Fontify latex blocks natively + (setq org-highlight-latex-and-related '(native)) (plist-put! org-format-latex-options :scale 1.5 ; larger previews :foreground 'auto ; match the theme foreground