jamescherti / easysession.el

Emacs package: Easily persist and restore your editing sessions effortlessly.
https://github.com/jamescherti/easysession.el
GNU General Public License v3.0
40 stars 3 forks source link

Buffers are not fontified in restored buffers when redisplay-skip-fontification-on-input is set to t #13

Closed jamescherti closed 2 months ago

jamescherti commented 2 months ago

When buffers are restored by EasySession with redisplay-skip-fontification-on-input set to t, font-lock-mode is not enabled in some of those buffers. As a result, the text remains unfontified until the user presses a key. Font-lock works fine when redisplay-skip-fontification-on-input is nil.