* lisp/org-src.el (org-src-font-lock-fontify-block): Add option to delay
fontification of source blocks. If
`org-src-font-lock-fontify-idle-delay' is non-nil fontification of
code blocks is delayed until the user has become
idle.
Fontification of source blocks can be very slow. This will add an o
* lisp/org-src.el (org-src-font-lock-fontify-block): Add option to delay
fontification of source blocks. If
`org-src-font-lock-fontify-idle-delay' is non-nil fontification of
code blocks is delayed until the user has become
idle.
Fontification of source blocks can be very slow. This will add an o
From: Leo Okawa Ericson
* lisp/org-src.el (org-src-font-lock-fontify-block): Add option to delay
fontification of source blocks. If
`org-src-font-lock-fontify-idle-delay' is non-nil fontification of
code blocks is delayed until the user has become
idle.
Fontification of source blocks can be ver