Do not highlight LaTeX related syntax by default

Enabling this somehow caused performance issues in Org Mode buffers, and since I
am not using this syntax, let's just disable it.  This setting can be
overwritten via the Customize interface.
This commit is contained in:
Daniel - 2022-01-29 15:37:35 +01:00
parent 50362f4d27
commit dccac3982f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -786,6 +786,7 @@
org-fontify-done-headline nil
org-cycle-separator-lines 0
org-special-ctrl-a/e t
org-highlight-latex-and-related nil
org-blank-before-new-entry '((heading . t)
(plain-list-item . t))