shaqtsui / prettify-math

emacs minor mode to view latex math, asicii math on fly
GNU General Public License v3.0
7 stars 1 forks source link

Improve performance and response time #1

Closed Boruch-Baum closed 6 months ago

Boruch-Baum commented 6 months ago

My experience with an org-mode file containing many mathjax snippets has been that prettify-math mode takes greater than 30 seconds to initialize and causes Emacs to operate within the buffer very sluggishly. The code modification of this commit reduced the mode initialization time to !just! 7 seconds and improved Emacs response time greatly.

shaqtsui commented 6 months ago

Thanks a lot.