"Christopher M. Miles" <numbch...@gmail.com> writes: > It does not affect performance a lot. I almost can't feel the latency > difference between disable or > enabled org-modern. I have 3M org file which has lot of source blocks and > tags list etc. (I know 3M > is not very large.) > > I like this package indeed beatified org-mode a lot.
I can confirm that performance is not significantly affected (17M file). AFAIU, org-modern does the right thing by utilising font-lock and not forcing fontification of the whole file. So, jit-lock can do its job of on-demand and asynchronous fontification. Best, Ihor