mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
(dotimes (_i (abs n))
|
||||
(funcall move-func)))))
|
||||
(force-mode-line-update)
|
||||
(current-buffer)))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user