[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Typing latency
From: |
Timothy |
Subject: |
Re: Typing latency |
Date: |
Wed, 10 Feb 2021 14:18:21 +0800 |
User-agent: |
mu4e 1.4.15; emacs 27.1 |
Ihor Radchenko <yantar92@gmail.com> writes:
> 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]+\\)\\] ?\\)")
If this doesn't produce regressions, is this worth patching into Org?
--
Timothy.
- 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
- Re: Typing latency, Sébastien Miquel, 2021/02/15
- [PATCH] ~org-font-lock-add-priority-faces~: ensure priority cookies are in a headline, Sébastien Miquel, 2021/02/26
Re: Typing latency, Eric S Fraga, 2021/02/09