Fix stale mode-line after switching buffers

This commit is contained in:
Henrik Lissner
2017-12-28 21:42:33 -05:00
parent d8105427e2
commit ca56d08dd9

View File

@ -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