[core] Avoid graphical glitches with empty modeline

It is important that the stable elpa download message in the modeline is always
visible to the user as the donwload can take a while depending on the connection
speed.
This commit is contained in:
syl20bnr 2019-08-21 23:30:55 -04:00
parent 4a8a8b04af
commit b12bc7c857
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ and its values are removed."
(defun spacemacs//redisplay ()
"`redisplay' wrapper."
(setq spacemacs--init-redisplay-count (1+ spacemacs--init-redisplay-count))
(force-window-update)
(redisplay))
(defun spacemacs//create-key-binding-form (props func)