diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index b5cbe7a13..4281dd23b 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -124,8 +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)) + ;; Fontify latex blocks and entities natively + (setq org-highlight-latex-and-related '(native script entities)) (plist-put! org-format-latex-options :scale 1.5 ; larger previews :foreground 'auto ; match the theme foreground