[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typing latency
From: |
Ihor Radchenko |
Subject: |
Re: Typing latency |
Date: |
Tue, 09 Feb 2021 23:33:44 +0800 |
Sébastien Miquel <sebastien.miquel@posteo.eu> writes:
> It reports that most of the time is spent in org-do-latex-and-related,
> and some 20% in something related to the priority faces (despite the
> lack of priority cookies).
I also had issues with priority faces. It is related to sub-optimal
regexp used to detect priority cookies.
I have the following in my config to speed things up:
(setq org-priority-regexp "^\\*+.*\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)")
For the latex fontification, I never had issues, but you might play with
org-highlight-latex-and-related.
Hope it helps.
Best,
Ihor
- Typing latency, Sébastien Miquel, 2021/02/08
- Re: Typing latency, Russell Adams, 2021/02/08
- Re: Typing latency, Ihor Radchenko, 2021/02/08
- Re: Typing latency, Eric S Fraga, 2021/02/10
- Re: Typing latency, Samuel Wales, 2021/02/10
- Re: Typing latency, Timothy, 2021/02/13
- Re: Typing latency, Eric S Fraga, 2021/02/14
- Re: Typing latency, Timothy, 2021/02/14
- Re: Typing latency, Eric S Fraga, 2021/02/15