From dccac3982ff890c74fd634cec183e22180ab0fff Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 29 Jan 2022 15:37:35 +0100 Subject: [PATCH] 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. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 6dbb5cc..bf37396 100644 --- a/init.el +++ b/init.el @@ -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))