fix(tabs): update for tabspaces

This commit is contained in:
Henrik Lissner 2025-09-23 00:50:07 -04:00
parent 407eae5358
commit c75f4045f3
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -28,9 +28,7 @@
(when (buffer-live-p b)
(or (eq (current-buffer) b)
(not (doom-temp-buffer-p b)))))
(if (bound-and-true-p persp-mode)
(persp-buffer-list)
(buffer-list))))
(doom-buffer-list)))
(setq centaur-tabs-buffer-list-function #'+tabs-buffer-list)
(add-hook! '(+doom-dashboard-mode-hook +popup-buffer-mode-hook)