From cd3f1399af9b7bea410308f506f450bf9c122a71 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 5 Jan 2020 19:08:11 -0500 Subject: [PATCH] Fontify latex blocks natively --- modules/lang/org/config.el | 2 ++ 1 file changed, 2 insertions(+) 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