mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(tabs): update for tabspaces
This commit is contained in:
parent
407eae5358
commit
c75f4045f3
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue