mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Don't fontify latex natively (use simple highlights)
Native fontification is incredibly slow.
This commit is contained in:
@ -122,8 +122,8 @@ path too.")
|
||||
org-refile-use-outline-path 'file
|
||||
org-outline-path-complete-in-steps nil)
|
||||
|
||||
;; Fontify latex blocks and entities natively
|
||||
(setq org-highlight-latex-and-related '(native script entities))
|
||||
;; 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
|
||||
:foreground 'auto ; match the theme foreground
|
||||
|
Reference in New Issue
Block a user