From 14552bc66ba4a951f165904bfe79b9b207ca29fe Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 5 Jan 2020 21:17:34 -0500 Subject: [PATCH] Fontify latex script & entities in org-mode --- modules/lang/org/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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