From f28a972861bc0f471bd50d07b36582ba2622e892 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 29 Apr 2020 02:42:45 -0400 Subject: [PATCH] Disable org-highlight-latex-and-related It is far too slow to enable by default. Fixes #2998 --- modules/lang/org/config.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index a4c94cd0a..ee71fb57d 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -120,9 +120,6 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default org-refile-use-outline-path 'file org-outline-path-complete-in-steps nil) - ;; Fontify latex blocks and entities, but not natively -- that's too slow - (setq org-highlight-latex-and-related '(latex script entities)) - (plist-put org-format-latex-options :scale 1.5) ; larger previews (add-hook! 'doom-load-theme-hook (defun +org-refresh-latex-background-h ()