You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why during startup there was a noticeable pause just after enabling modeline-mode. Typically when I startup my emacs it's immediately responsive. I realized that the function mini-modeline--enable calls redisplay and I believe this causes this delay.
After advising the modeline-mode, temporarily setting redisplay to ignore during its evaluation, the problem was gone.
The text was updated successfully, but these errors were encountered:
I was wondering why during startup there was a noticeable pause just after enabling
modeline-mode
. Typically when I startup my emacs it's immediately responsive. I realized that the functionmini-modeline--enable
callsredisplay
and I believe this causes this delay.After advising the
modeline-mode
, temporarily settingredisplay
toignore
during its evaluation, the problem was gone.The text was updated successfully, but these errors were encountered: