+workspaces*auto-add-buffer: redisplay => force-mode-line-update
This commit is contained in:
parent
c85fd98350
commit
27b1a9c3c6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Allows a perspective-specific buffer list via `+workspaces-buffer-list'."
|
|||
(not persp-temporarily-display-buffer)
|
||||
(doom-real-buffer-p buffer))
|
||||
(persp-add-buffer buffer (get-current-persp) nil)
|
||||
(redisplay)))
|
||||
(force-mode-line-update t)))
|
||||
(advice-add #'switch-to-buffer :after #'+workspaces*auto-add-buffer)
|
||||
(advice-add #'display-buffer :after #'+workspaces*auto-add-buffer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue