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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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