ui/tabbar: persist tabs across workspaces
This commit is contained in:
parent
54edffc4bb
commit
2c481befc4
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
(set-frame-parameter frame 'old-buffer-predicate (frame-parameter frame 'buffer-predicate))
|
||||
(set-frame-parameter frame 'buffer-predicate #'+tabbar-buffer-predicate)))))
|
||||
|
||||
(add-to-list 'window-persistent-parameters '(tabbar-buffers . writable))
|
||||
|
||||
(setq centaur-tabs-buffer-list-function #'+tabbar-window-buffer-list-fn
|
||||
centaur-tabs-buffer-groups-function #'+tabbar-buffer-groups-fn)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue