[PATCH 1/1] org-src.el: Add option to delay fontification of source blocks

2021-03-27 Thread 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 very slow. This will add an o

[PATCH 1/1] org-src.el: Add option to delay fontification of source blocks

2021-03-27 Thread 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 very slow. This will add an o

[PATCH 1/1] org-src.el: Add option to delay fontification of source blocks

2021-03-25 Thread leo
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