mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix stale mode-line after switching buffers
This commit is contained in:
@ -129,6 +129,7 @@ buffers. If there's nothing left, switch to `doom-fallback-buffer'. See
|
|||||||
do
|
do
|
||||||
(dotimes (_i (abs n))
|
(dotimes (_i (abs n))
|
||||||
(funcall move-func)))))
|
(funcall move-func)))))
|
||||||
|
(force-mode-line-update)
|
||||||
(current-buffer)))
|
(current-buffer)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user