Disable org-highlight-latex-and-related

It is far too slow to enable by default.

Fixes #2998
This commit is contained in:
Henrik Lissner 2020-04-29 02:42:45 -04:00
parent 9788b1235c
commit f28a972861
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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-refile-use-outline-path 'file
org-outline-path-complete-in-steps nil) 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 (plist-put org-format-latex-options :scale 1.5) ; larger previews
(add-hook! 'doom-load-theme-hook (add-hook! 'doom-load-theme-hook
(defun +org-refresh-latex-background-h () (defun +org-refresh-latex-background-h ()